PHP Class AdminPageFramework_Factory_Router

显示文件 Open project: michaeluno/admin-page-framework Class Usage Examples

Public Properties

Property Type Description
$aSubClassNames
$oDebug
$oForm
$oMsg
$oProp
$oUtil

Protected Properties

Property Type Description
$_aSubClassPrefixes
$oHeadTag
$oHelpPane
$oLink
$oPageLoadInfo
$oResource

Public Methods

Method Description
__call ( $sMethodName, $aArguments = null )
__construct ( $oProp )
__get ( $sPropertyName )
__toString ( )
_isInThePage ( )
_replyToDetermineToLoad ( )
_replyToLoadComponents ( )
_replyTpSetAndGetInstance_oDebug ( )
_replyTpSetAndGetInstance_oForm ( )
_replyTpSetAndGetInstance_oHeadTag ( )
_replyTpSetAndGetInstance_oHelpPane ( )
_replyTpSetAndGetInstance_oLink ( )
_replyTpSetAndGetInstance_oMsg ( )
_replyTpSetAndGetInstance_oPageLoadInfo ( )
_replyTpSetAndGetInstance_oResource ( )
_replyTpSetAndGetInstance_oUtil ( )
setFooterInfoLeft ( )
setFooterInfoRight ( )

Protected Methods

Method Description
_getFormObject ( )
_getLinkObject ( )
_getPageLoadObject ( )
_isInstantiatable ( )

Private Methods

Method Description
_getAutoCallback ( $sMethodName, $aArguments )
_triggerUndefinedMethodWarning ( $sMethodName )

Method Details

__call() public method

public __call ( $sMethodName, $aArguments = null )

__construct() public method

public __construct ( $oProp )

__get() public method

public __get ( $sPropertyName )

__toString() public method

public __toString ( )

_getFormObject() protected method

protected _getFormObject ( )

_getLinkObject() protected method

protected _getLinkObject ( )

_getPageLoadObject() protected method

protected _getPageLoadObject ( )

_isInThePage() public method

public _isInThePage ( )

_isInstantiatable() protected method

protected _isInstantiatable ( )

_replyToDetermineToLoad() public method

_replyToLoadComponents() public method

_replyTpSetAndGetInstance_oDebug() public method

_replyTpSetAndGetInstance_oForm() public method

_replyTpSetAndGetInstance_oHeadTag() public method

_replyTpSetAndGetInstance_oHelpPane() public method

_replyTpSetAndGetInstance_oMsg() public method

_replyTpSetAndGetInstance_oPageLoadInfo() public method

_replyTpSetAndGetInstance_oResource() public method

_replyTpSetAndGetInstance_oUtil() public method

setFooterInfoLeft() public method

public setFooterInfoLeft ( )

setFooterInfoRight() public method

public setFooterInfoRight ( )

Property Details

$_aSubClassPrefixes protected_oe property

protected $_aSubClassPrefixes

$aSubClassNames public_oe property

public $aSubClassNames

$oDebug public_oe property

public $oDebug

$oForm public_oe property

public $oForm

$oHeadTag protected_oe property

protected $oHeadTag

$oHelpPane protected_oe property

protected $oHelpPane

$oMsg public_oe property

public $oMsg

$oPageLoadInfo protected_oe property

protected $oPageLoadInfo

$oProp public_oe property

public $oProp

$oResource protected_oe property

protected $oResource

$oUtil public_oe property

public $oUtil