PHP 클래스 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
상속: extends AdminPageFramework_MetaBox
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 메소드들

메소드 설명
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,

메소드 상세

content() 공개 메소드

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

content_APF_MetaBox_BuiltinFieldTypes() 공개 메소드

The content filter callback method.

setUp() 공개 메소드

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

validate() 공개 메소드

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