PHP 클래스 AdminPageFramework_Utility

상속: extends AdminPageFramework_Utility_SystemInformation
파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

공개 메소드들

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

메소드 상세

callBack() 공개 메소드

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

getAOrB() 공개 정적인 메소드

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

getObjectInfo() 공개 정적인 메소드

public static getObjectInfo ( $oInstance )

getOutputBuffer() 공개 정적인 메소드

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

hasBeenCalled() 공개 정적인 메소드

public static hasBeenCalled ( $sID )

showDeprecationNotice() 공개 정적인 메소드

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