PHP Class WPDKHeaderView

Author: =undo= ([email protected])
Inheritance: extends WPDKView
Datei anzeigen Open project: wpxtreme/wpdk

Public Properties

Property Type Description
$title string The title of this view.

Public Methods

Method Description
__construct ( string $id, string $title = '' ) : WPDKHeaderView Create an instance of WPDKHeaderView class
draw ( ) Draw the content of this view

Method Details

__construct() public method

Create an instance of WPDKHeaderView class
public __construct ( string $id, string $title = '' ) : WPDKHeaderView
$id string The unique id for this view
$title string The title of this view controller. This is displayed on top header
return WPDKHeaderView

draw() public method

Draw the content of this view
public draw ( )

Property Details

$title public_oe property

The title of this view.
public string $title
return string