PHP Класс WPDKHeaderView

Автор: =undo= ([email protected])
Наследование: extends WPDKView
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Описание методов

__construct() публичный Метод

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
Результат WPDKHeaderView

draw() публичный Метод

Draw the content of this view
public draw ( )

Описание свойств

$title публичное свойство

The title of this view.
public string $title
Результат string