PHP Class APF_BasicUsage

Inheritance: extends AdminPageFramework
Show file Open project: michaeluno/admin-page-framework

Public Methods

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

Method Details

content_apf_second_page() public method

Filter the page contents.
public content_apf_second_page ( $sContent )

do_apf_first_page() public method

Do render the page contents.
public do_apf_first_page ( )

load() public method

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

load_apf_first_page() public method

Do page specific settings.
public load_apf_first_page ( )

setUp() public method

Sets up pages.
public setUp ( )