PHP 클래스 APF_Demo_AdvancedUsage_Mixed

파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 프로퍼티들

프로퍼티 타입 설명
$sPageSlug The page slug to add the tab and form elements.
$sTabSlug The tab slug to add to the page.

공개 메소드들

메소드 설명
__construct ( $oFactory ) Sets up hooks.
replyToLoadTab ( $oFactory ) Adds form sections.

메소드 상세

__construct() 공개 메소드

Sets up hooks.
public __construct ( $oFactory )

replyToLoadTab() 공개 메소드

Triggered when the tab is loaded.
public replyToLoadTab ( $oFactory )

프로퍼티 상세

$sPageSlug 공개적으로 프로퍼티

The page slug to add the tab and form elements.
public $sPageSlug

$sTabSlug 공개적으로 프로퍼티

The tab slug to add to the page.
public $sTabSlug