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

공개 메소드들

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

메소드 상세

content() 공개 메소드

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

content_APF_Demo_PageMetaBox__Normal() 공개 메소드

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

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.
public setUp ( )

validate() 공개 메소드

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