PHP 클래스 WPDKUIModalDialogTour

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

공개 메소드들

메소드 설명
__construct ( $id, $title ) : WPDKUIModalDialogTour Create an instance of WPDKUIModalDialogTour class
content ( ) : string Content
footer ( ) : string Footer
open ( ) Display and open dialog.
pages ( ) : string Return the complete HTML mark with the pages to display.

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKUIModalDialogTour class
public __construct ( $id, $title ) : WPDKUIModalDialogTour
리턴 WPDKUIModalDialogTour

content() 공개 메소드

Content
public content ( ) : string
리턴 string

open() 공개 메소드

Override the parent method.
public open ( )

pages() 공개 메소드

Return the complete HTML mark with the pages to display.
public pages ( ) : string
리턴 string