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
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )