PHP 클래스 APF_BasicUsage

상속: extends AdminPageFramework
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 메소드들

메소드 설명
content_apf_second_page ( $sContent ) Filter the page contents.
do_apf_first_page ( ) Do render the page contents.
load ( ) : void Called when one of the added pages starts loading.
load_apf_first_page ( ) Do page specific settings.
setUp ( ) Sets up pages.

메소드 상세

content_apf_second_page() 공개 메소드

Filter the page contents.
public content_apf_second_page ( $sContent )

do_apf_first_page() 공개 메소드

Do render the page contents.
public do_apf_first_page ( )

load() 공개 메소드

Alternatively use load_{instantiated class name} hook.
public load ( ) : void
리턴 void

load_apf_first_page() 공개 메소드

Do page specific settings.
public load_apf_first_page ( )

setUp() 공개 메소드

Sets up pages.
public setUp ( )