PHP Класс WPDKjQueryTabsViewController

Автор: =undo= ([email protected])
Наследование: extends WPDKViewController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $id, string $title, WPDKjQueryTabsView $view ) : WPDKjQueryTabsViewController Create an instane of WPDKjQueryTabsViewController class
admin_head ( ) This method is called when the head of this view controller is loaded by WordPress.
admin_print_styles ( ) Fires when styles are printed for a specific admin page based on $hook_suffix.

Описание методов

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

Create an instane of WPDKjQueryTabsViewController class
public __construct ( string $id, string $title, WPDKjQueryTabsView $view ) : WPDKjQueryTabsViewController
$id string A lowercase id used in HTML markup
$title string The view controller title
$view WPDKjQueryTabsView An instance of WPDKjQueryTabView class
Результат WPDKjQueryTabsViewController

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

It is used by WPDKMenu for example, as 'admin_head-' action.
public admin_head ( )

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

Fires when styles are printed for a specific admin page based on $hook_suffix.
public admin_print_styles ( )