PHP 클래스 AdminPageFramework_Requirement

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

공개 프로퍼티들

프로퍼티 타입 설명
$aWarnings

공개 메소드들

메소드 설명
__construct ( array $aRequirements = [], $sScriptName = '' )
_replyToPrintAdminNotices ( )
check ( )
deactivatePlugin ( $sPluginFilePath, $sMessage = '', $bIsOnActivation = false )
setAdminNotices ( )

비공개 메소드들

메소드 설명
_checkClasses ( $aClasses )
_checkConstants ( $aConstants )
_checkFiles ( $aFilePaths )
_checkFunctions ( $aFunctions )
_checkMySQLVersion ( $sMySQLVersion )
_checkPHPVersion ( $sPHPVersion )
_checkWordPressVersion ( $sWordPressVersion )
_getWarningByType ( $sType )
_getWarnings ( )
_getWarningsByFunctionName ( $sFuncName, $aSubjects )

메소드 상세

__construct() 공개 메소드

public __construct ( array $aRequirements = [], $sScriptName = '' )
$aRequirements array

_replyToPrintAdminNotices() 공개 메소드

check() 공개 메소드

public check ( )

deactivatePlugin() 공개 메소드

public deactivatePlugin ( $sPluginFilePath, $sMessage = '', $bIsOnActivation = false )

setAdminNotices() 공개 메소드

public setAdminNotices ( )

프로퍼티 상세

$aWarnings 공개적으로 프로퍼티

public $aWarnings