PHP Class APF_Demo_PageMetaBox__Advanced

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
Show file Open project: michaeluno/admin-page-framework

Public Methods

Method Description
do_APF_Demo_PageMetaBox__Advanced ( )
setUp ( ) * ( optional ) Use the setUp() method to define settings of this meta box.
validate ( $aInputs, $aOldInputs, $oAdminPage ) Validates the submitted form data.

Method Details

do_APF_Demo_PageMetaBox__Advanced() public method

setUp() public method

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

validate() public method

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