프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |