Property | Type | Description | |
---|---|---|---|
$title | string | The title of this view. |
Method | Description | |
---|---|---|
__construct ( string $id, string $title = '' ) : WPDKHeaderView | Create an instance of WPDKHeaderView class | |
draw ( ) | Draw the content of this view |
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 |