PHP 클래스 WPDKHeaderView

저자: =undo= ([email protected])
상속: extends WPDKView
파일 보기 프로젝트 열기: wpxtreme/wpdk

공개 프로퍼티들

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