PHP Class APF_BasicUsage

Inheritance: extends AdminPageFramework
Afficher le fichier Open project: michaeluno/admin-page-framework

Méthodes publiques

Méthode 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 méthode

Filter the page contents.
public content_apf_second_page ( $sContent )

do_apf_first_page() public méthode

Do render the page contents.
public do_apf_first_page ( )

load() public méthode

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

load_apf_first_page() public méthode

Do page specific settings.
public load_apf_first_page ( )

setUp() public méthode

Sets up pages.
public setUp ( )