PHP 클래스 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
상속: extends AdminPageFramework
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 메소드들

메소드 설명
__construct ( )
replyToLoadPage ( $oFactory ) : void Called when the page starts loading.
replyToSetUp ( $oFactory ) Sets up pages.

메소드 상세

__construct() 공개 메소드

public __construct ( )

replyToLoadPage() 공개 메소드

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

replyToSetUp() 공개 메소드

Sets up pages.
public replyToSetUp ( $oFactory )