WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKPreferencesViewController Class Reference
Inheritance diagram for WPDKPreferencesViewController:
WPDKjQueryTabsViewController WPDKViewController WPDKObject

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...
 

Detailed Description

Useful view controller (tabs) for preferences

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2014-02-06
Version
1.0.0

Definition at line 13 of file wpdk-preferences-viewcontroller.php.

Constructor & Destructor Documentation

__construct (   $preferences,
  $title,
  $tabs 
)

Construct.

Create an instance of WPDKPreferencesViewController class

Parameters
WPDKPreferences$preferencesAn instance of WPDKPreferences class
string$titleThe title of view controller
array$tabsTabs array
Returns
WPDKPreferencesViewController

Definition at line 35 of file wpdk-preferences-viewcontroller.php.

Member Function Documentation

_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.

Since
1.4.18

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.


The documentation for this class was generated from the following file: