![]() |
WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
| __construct ($preferences, $title, $tabs) | |
| Construct. More... | |
| _admin_head () | |
| Head. More... | |
| display_toolbar () | |
| Tolbar. More... | |
Public Member Functions inherited from WPDKjQueryTabsViewController | |
| __construct ($id, $title, $view) | |
| Construct. More... | |
Public Member Functions inherited from WPDKViewController | |
| __construct ($id, $title) | |
| Construct. More... | |
| admin_head () | |
| Head. More... | |
| _admin_head () | |
| Head. More... | |
| load () | |
| Head. More... | |
| html () | |
| Get HTML markup content. More... | |
| display () | |
| Display the view controller. More... | |
Public Member Functions inherited from WPDKObject | |
| __className () | |
| Returns the class object. More... | |
| __parentClass () | |
| Returns the class object for the receiver’s superclass. More... | |
| __isClass ($class) | |
| Brief. More... | |
| __isSubclassOfClass ($class) | |
| Return TRUE if the receiving class is a subclass of —or identical to— $class, otherwise FALSE. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from WPDKViewController | |
| static | initWithView ($id, $title, $view) |
| Init a view controller with a view. More... | |
| static | didHeadLoad () |
| Head. More... | |
| static | willLoad () |
| Head. More... | |
Data Fields inherited from WPDKViewController | |
| $__version = '0.9.22' | |
| Version. More... | |
| $id = '' | |
| ID. More... | |
| $title = '' | |
| Title. More... | |
| $view | |
| The root view. More... | |
| $viewHead | |
| The header view. More... | |
Useful view controller (tabs) for preferences
Definition at line 13 of file wpdk-preferences-viewcontroller.php.
| __construct | ( | $preferences, | |
| $title, | |||
| $tabs | |||
| ) |
Construct.
Create an instance of WPDKPreferencesViewController class
| WPDKPreferences | $preferences | An instance of WPDKPreferences class |
| string | $title | The title of view controller |
| array | $tabs | Tabs array |
Definition at line 35 of file wpdk-preferences-viewcontroller.php.
| _admin_head | ( | ) |
Head.
This method is called when the head of this view controller is loaded by WordPress. It is used by WPDKMenu for example, as 'admin_head-' action.
Definition at line 52 of file wpdk-preferences-viewcontroller.php.
| display_toolbar | ( | ) |
Tolbar.
Hook used to display a form toolbar preferences
Definition at line 63 of file wpdk-preferences-viewcontroller.php.