PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
tablepress
/
classes
<?php /** * TablePress Base Model with members and methods for all models * * @package TablePress * @subpackage Models * @author Tobias Bäthge * @since 1.0.0 */ // Prohibit direct script loading. defined( 'ABSPATH' ) || die( 'No direct script access allowed!' ); /** * TablePress Base Model class * * @package TablePress * @subpackage Models * @author Tobias Bäthge * @since 1.0.0 */ abstract class TablePress_Model { /** * Initialize all models. * * @since 1.0.0 */ public function __construct() { // Intentionally left blank. } } // class TablePress_Model
[-] class-evaluate.php
[edit]
[-] class-export.php
[edit]
[-] class-controller.php
[edit]
[-] class-tablepress.php
[edit]
[-] class-render.php
[edit]
[-] class-view.php
[edit]
[-] index.php
[edit]
[-] class-model.php
[edit]
[-] class-import.php
[edit]
[-] class-css.php
[edit]
[-] class-admin-page-helper.php
[edit]
[-] class-import-legacy.php
[edit]
[-] class-wp_option.php
[edit]
[-] class-elementor-widget-table.php
[edit]
[-] class-evaluate-legacy.php
[edit]
[-] class-import-phpspreadsheet.php
[edit]
[-] class-evaluate-phpspreadsheet.php
[edit]
[-] class-wp_user_option.php
[edit]
[-] class-import-base.php
[edit]
[+]
..
[-] class-import-file.php
[edit]