PHP 클래스 APF_Demo_HiddenPage

Note that this class does not extend any class unlike the other admin page classes in the demo plugin examples.
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 메소드들

메소드 설명
__construct ( ) Sets up hooks.
replyToLoadPage ( $oFactory ) Called when the page starts loading.
replyToModifyHiddenPage ( $oFactory )
replyToModifySamplePage ( $oFactory ) * The sample page and the hidden page.
replyToSetUpPages ( $oFactory ) Sets up pages.

메소드 상세

__construct() 공개 메소드

Sets up hooks.
public __construct ( )

replyToLoadPage() 공개 메소드

Called when the page starts loading.
public replyToLoadPage ( $oFactory )

replyToModifyHiddenPage() 공개 메소드

public replyToModifyHiddenPage ( $oFactory )

replyToModifySamplePage() 공개 메소드

* The sample page and the hidden page.
public replyToModifySamplePage ( $oFactory )

replyToSetUpPages() 공개 메소드

Sets up pages.
public replyToSetUpPages ( $oFactory )