WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKHeaderView Class Reference
Inheritance diagram for WPDKHeaderView:
WPDKView WPDKObject

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

Detailed Description

Standard header view

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2013-02-21
Version
0.8.2

Definition at line 217 of file wpdk-viewcontroller.php.

Constructor & Destructor Documentation

__construct (   $id,
  $title = '' 
)

Construct.

Create an instance of WPDKHeaderView class

Parameters
string$idThe unique id for this view
string$titleThe title of this view controller. This is displayed on top header
Returns
WPDKHeaderView

Definition at line 238 of file wpdk-viewcontroller.php.

Member Function Documentation

draw ( )

Draw content.

Draw the content of this view

Definition at line 251 of file wpdk-viewcontroller.php.

Field Documentation

string $title

Title.

The title of this view.

Definition at line 226 of file wpdk-viewcontroller.php.


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