PHP Class APF_Demo_PageMetaBox__WithFormSection

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

Méthodes publiques

Méthode Description
setUp ( ) * ( optional ) Use the setUp() method to define settings of this meta box.
validate ( $aNewOptions, $aOldOptions, $oAdminPage, $aSubmitInfo ) Validates the submitted form data.

Method Details

setUp() public méthode

* ( optional ) Use the setUp() method to define settings of this meta box.
public setUp ( )

validate() public méthode

Alternatively you can use validation_{class name}() predefined callback method.
public validate ( $aNewOptions, $aOldOptions, $oAdminPage, $aSubmitInfo )