Inpsyde\MultilingualPress\Database\WPDBTableList::__construct PHP Метод

__construct() публичный Метод

Constructor. Sets up the properties.
С версии: 3.0.0
public __construct ( )
    public function __construct()
    {
        $this->db = $GLOBALS['wpdb'];
        /**
         * WordPress file with the wp_get_db_schema() function.
         */
        require_once ABSPATH . 'wp-admin/includes/schema.php';
    }