PHP Класс WPDKPreferencesViewController

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

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

Метод Описание
__construct ( WPDKPreferences $preferences, string $title, array $tabs, boolean $vertical = false ) : WPDKPreferencesViewController Create an instance of WPDKPreferencesViewController class
_admin_head ( ) This method is called when the head of this view controller is loaded by WordPress.
display_toolbar ( ) Hook used to display a form toolbar preferences

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

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

Create an instance of WPDKPreferencesViewController class
public __construct ( WPDKPreferences $preferences, string $title, array $tabs, boolean $vertical = false ) : WPDKPreferencesViewController
$preferences WPDKPreferences An instance of WPDKPreferences class
$title string The title of view controller
$tabs array Tabs array
$vertical boolean Optional. Set to TRUE in order to display vertical tab. Default is FALSE.
Результат WPDKPreferencesViewController

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

It is used by WPDKMenu for example, as 'admin_head-' action.
С версии: 1.4.18
public _admin_head ( )

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

Hook used to display a form toolbar preferences
public display_toolbar ( )