PHP Class APF_Demo, admin-page-framework

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

Public Properties

Property Type Description
$oWPRMParser Stores WordPress readme parser object.

Public Methods

Method 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 method

* Built-in Field Types Page

load() public method

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

setUp() public method

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

start() public method

User constructor.
public start ( )

Property Details

$oWPRMParser public property

Stores WordPress readme parser object.
public $oWPRMParser