PHP Class APF_MetaBox_BuiltinFieldTypes

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

Public Methods

Method Description
content ( $sContent ) The content filter callback method.
content_APF_MetaBox_BuiltinFieldTypes ( $sContent ) The content filter callback method.
setUp ( ) * ( optional ) Use the setUp() method to define settings of this meta box.
validate ( $aInput, $aOldInput, $oAdmin ) One of the predefined validation callback methods,

Method Details

content() public method

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

content_APF_MetaBox_BuiltinFieldTypes() public method

The content filter callback method.

setUp() public method

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

validate() public method

Alternatively, you may use validataion_{instantiated class name}() method,
public validate ( $aInput, $aOldInput, $oAdmin )