PHP Class APF_NetworkAdmin

Demonstrates the usage of Admin Page Framework. http://en.michaeluno.jp/admin-page-framework/ Copyright (c) 2013-2016 Michael Uno; Licensed GPLv2
Inheritance: extends AdminPageFramework_NetworkAdmin
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
do_apf_hidden_page ( )
do_apf_sample_page ( ) * The sample page and the hidden page
load ( )
setUp ( ) (required) In the setUp() method, you will define how the pages and the form elements should be composed.

Method Details

do_apf_builtin_field_types() public method

* Built-in Field Types Page

do_apf_hidden_page() public method

public do_apf_hidden_page ( )

do_apf_sample_page() public method

* The sample page and the hidden page
public do_apf_sample_page ( )

load() public method

public load ( )

setUp() public method

(required) In the setUp() method, you will define how the pages and the form elements should be composed.
public setUp ( )

Property Details

$oWPRMParser public property

Stores WordPress readme parser object.
public $oWPRMParser