PHP Class APF_Demo

Demonstrates the usage of Admin Page Framework. http://en.michaeluno.jp/admin-page-framework/ Copyright (c) 2013-2014 Michael Uno; Licensed GPLv2
Inheritance: extends AdminPageFramework
Afficher le fichier Open project: michaeluno/admin-page-framework

Méthodes publiques

Свойство Type Description
$oWPRMParser Stores WordPress readme parser object.

Méthodes publiques

Méthode Description
do_apf_builtin_field_types ( ) * Built-in Field Types Page
footer_left_APF_DEMO ( $sHTML ) Modifies the left footer text.
footer_left_apf_builtin_field_types ( $sHTML ) Modifies the left footer text.
footer_right_APF_DEMO ( $sHTML ) Modifies the left footer text.
footer_right_apf_builtin_field_types ( $sHTML ) Modifies the right footer text.
load ( ) : void Called when the admin pages added with this class get loaded.
setUp ( ) : void Sets up pages.
start ( ) User constructor.

Method Details

do_apf_builtin_field_types() public méthode

* Built-in Field Types Page

load() public méthode

Do some set-ups common in all the added pages and tabs. Alternatively you can use load_{instantiated class name} hook.
public load ( ) : void
Résultat void

setUp() public méthode

(Required) In this setUp() method, you will define admin pages.
public setUp ( ) : void
Résultat void

start() public méthode

User constructor.
public start ( )

Property Details

$oWPRMParser public_oe property

Stores WordPress readme parser object.
public $oWPRMParser