![]() |
WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
| __construct ($id, $title= '') | |
| Construct. More... | |
| draw () | |
| Draw content. More... | |
Public Member Functions inherited from WPDKView | |
| __construct ($id, $class= '') | |
| Construct. More... | |
| html () | |
| Get HTML markup content. More... | |
| draw () | |
| Draw. More... | |
| addSubview ($view) | |
| Add a subview. More... | |
| removeFromSuperview () | |
| Remove this view. 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... | |
Data Fields | |
| $title | |
| Title. More... | |
Data Fields inherited from WPDKView | |
| $__version = '1.1.2' | |
| Version. More... | |
| $class | |
| Class. More... | |
| $style | |
| Inline style. More... | |
| $content | |
| The content. More... | |
| $data | |
| $id | |
| ID. More... | |
| $subviews | |
| List of sub views. More... | |
| $superview | |
| The superview. More... | |
Data Fields inherited from WPDKObject | |
| $__version = '1.0.0' | |
| The version number assigned to the class. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from WPDKView | |
| static | initWithContent ($id, $class= '', $content= '') |
| Init a WPDKView. More... | |
| static | initWithFrame ($id, $rect) |
Protected Attributes inherited from WPDKView | |
| $views | |
| List of views. More... | |
Standard header view
Definition at line 217 of file wpdk-viewcontroller.php.
| __construct | ( | $id, | |
$title = '' |
|||
| ) |
Construct.
Create an instance of WPDKHeaderView class
| string | $id | The unique id for this view |
| string | $title | The title of this view controller. This is displayed on top header |
Definition at line 238 of file wpdk-viewcontroller.php.
| draw | ( | ) |
| string $title |