PHP Class APF_Demo_HiddenPage

Note that this class does not extend any class unlike the other admin page classes in the demo plugin examples.
Show file Open project: michaeluno/admin-page-framework

Public Methods

Method Description
__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.

Method Details

__construct() public method

Sets up hooks.
public __construct ( )

replyToLoadPage() public method

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

replyToModifyHiddenPage() public method

public replyToModifyHiddenPage ( $oFactory )

replyToModifySamplePage() public method

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

replyToSetUpPages() public method

Sets up pages.
public replyToSetUpPages ( $oFactory )