PHP 클래스 WPDKUIPageView

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

공개 프로퍼티들

프로퍼티 타입 설명
$views array List of views to paged. This can be a list of instance of WPDKView, string content or callable user functions.

공개 메소드들

메소드 설명
__construct ( ) : WPDKUIPageView Create an instance of WPDKUIPageView class
draw ( ) Display
init ( ) : WPDKUIPageView Return a singleton instance of WPDKUIPageView class
initWithHTML ( $html )
initWithPages ( $views ) : WPDKUIPageView Return a singleton instance of WPDKUIPageView class
navigator ( ) Return the HTML markup for navigator in page.
views ( ) : array Return the array with list of views. You can override this method when subclass this class.

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKUIPageView class
public __construct ( ) : WPDKUIPageView
리턴 WPDKUIPageView

draw() 공개 메소드

Display
public draw ( )

init() 공개 정적인 메소드

Return a singleton instance of WPDKUIPageView class
public static init ( ) : WPDKUIPageView
리턴 WPDKUIPageView

initWithHTML() 공개 정적인 메소드

public static initWithHTML ( $html )

initWithPages() 공개 정적인 메소드

Return a singleton instance of WPDKUIPageView class
public static initWithPages ( $views ) : WPDKUIPageView
리턴 WPDKUIPageView

navigator() 공개 메소드

Return the HTML markup for navigator in page.
public navigator ( )

views() 공개 메소드

Return the array with list of views. You can override this method when subclass this class.
public views ( ) : array
리턴 array

프로퍼티 상세

$views 공개적으로 프로퍼티

List of views to paged. This can be a list of instance of WPDKView, string content or callable user functions.
public array $views
리턴 array