Свойство | Тип | Описание | |
---|---|---|---|
$title | string | The title of this view. |
Метод | Описание | |
---|---|---|
__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 |
Результат | WPDKHeaderView |