PHP Class AdminPageFramework_Utility

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

Public Methods

Method Description
callBack ( $oCallable, $asParameters = [] )
getAOrB ( $mValue, $mTrue = null, $mFalse = null )
getObjectInfo ( $oInstance )
getOutputBuffer ( $oCallable, array $aParameters = [] )
hasBeenCalled ( $sID )
showDeprecationNotice ( $sDeprecated, $sAlternative = '', $sProgramName = 'Admin Page Framework' )

Method Details

callBack() public method

public callBack ( $oCallable, $asParameters = [] )

getAOrB() public static method

public static getAOrB ( $mValue, $mTrue = null, $mFalse = null )

getObjectInfo() public static method

public static getObjectInfo ( $oInstance )

getOutputBuffer() public static method

public static getOutputBuffer ( $oCallable, array $aParameters = [] )
$aParameters array

hasBeenCalled() public static method

public static hasBeenCalled ( $sID )

showDeprecationNotice() public static method

public static showDeprecationNotice ( $sDeprecated, $sAlternative = '', $sProgramName = 'Admin Page Framework' )