PHP Class APF_Demo_PageMetaBox__Normal

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
content ( $sContent ) The content filter callback method.
content_APF_Demo_PageMetaBox__Normal ( $sContent ) : string The content filter callback method.
do_APF_Demo_PageMetaBox__Normal ( ) (optional) Use this method to insert your custom text.
setUp ( ) * ( optional ) Use the setUp() method to define settings of this meta box.
validate ( $aInputs, $aOldInputs, $oAdminPage ) (optional) The predefined validation callback method.

Method Details

content() public method

Alternatively use the content_{instantiated class name} method instead.
public content ( $sContent )

content_APF_Demo_PageMetaBox__Normal() public method

The content filter callback method.
public content_APF_Demo_PageMetaBox__Normal ( $sContent ) : string
return string

do_APF_Demo_PageMetaBox__Normal() public method

(optional) Use this method to insert your custom text.

setUp() public method

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

validate() public method

Alternatively, use the validation_{instantiated class name}() method instead.
public validate ( $aInputs, $aOldInputs, $oAdminPage )