PHP Class APF_Demo_ManageOptions

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 Methods

Method Description
__construct ( )
replyToLoadPage ( $oFactory ) : void Called when the page starts loading.
replyToSetUp ( $oFactory ) Sets up pages.

Method Details

__construct() public method

public __construct ( )

replyToLoadPage() public method

Called when the page starts loading.
public replyToLoadPage ( $oFactory ) : void
return void

replyToSetUp() public method

Sets up pages.
public replyToSetUp ( $oFactory )