PHP Class APF_Demo_PageMetaBox

Demonstrates the usage of Admin Page Framework. http://en.michaeluno.jp/admin-page-framework/ Copyright (c) 2013-2016 Michael Uno; Licensed GPLv2
Afficher le fichier Open project: michaeluno/admin-page-framework

Méthodes publiques

Méthode Description
__construct ( )
replyToLoadPage ( $oFactory ) : void Called when the page starts loading.
replyToSetUp ( $oFactory ) Sets up pages.

Method Details

__construct() public méthode

public __construct ( )

replyToLoadPage() public méthode

Called when the page starts loading.
public replyToLoadPage ( $oFactory ) : void
Résultat void

replyToSetUp() public méthode

Sets up pages.
public replyToSetUp ( $oFactory )