PHP 클래스 AdminPageFrameworkLoader_AdminPage_Tab_Base

부터: 3.5.3
상속: extends AdminPageFrameworkLoader_AdminPage_RootBase
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 프로퍼티들

프로퍼티 타입 설명
$oFactory Stores the caller object.
$sPageSlug Stores the associated page slug.
$sTabSlug Stores the associated tab slug.

보호된 프로퍼티들

프로퍼티 타입 설명
$aMethods Stores callback method names.

공개 메소드들

메소드 설명
__construct ( $oFactory, $sPageSlug, array $aTabDefinition ) Sets up hooks and properties.
validate ( $aInput, $aOldInput, $oFactory, $aSubmitInfo ) public function replyToDoAfterTab( $oFactory ) {}

비공개 메소드들

메소드 설명
_addTab ( $sPageSlug, $aTabDefinition )

메소드 상세

__construct() 공개 메소드

Sets up hooks and properties.
public __construct ( $oFactory, $sPageSlug, array $aTabDefinition )
$aTabDefinition array

validate() 공개 메소드

public function replyToDoAfterTab( $oFactory ) {}
public validate ( $aInput, $aOldInput, $oFactory, $aSubmitInfo )

프로퍼티 상세

$aMethods 보호되어 있는 프로퍼티

Stores callback method names.
protected $aMethods

$oFactory 공개적으로 프로퍼티

Stores the caller object.
public $oFactory

$sPageSlug 공개적으로 프로퍼티

Stores the associated page slug.
public $sPageSlug

$sTabSlug 공개적으로 프로퍼티

Stores the associated tab slug.
public $sTabSlug