PHP 클래스 AdminPageFrameworkLoader_Registry

The plugin will refer to these information.
부터: 3.5.0
상속: extends AdminPageFrameworkLoader_Registry_Base
파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_aAdminNotices Stores admin notices.
$aAdminPages Used admin pages.
$aOptionKeys The plugin option key used for the options table.
$aPostTypes Used post types.
$aRequirements Requirements.
$aTaxonomies Used taxonomies.
$sDirPath
$sFilePath These properties will be defined in the setUp() method.

공개 메소드들

메소드 설명
_replyToSetAdminNotice ( ) : void Displays the set admin notices.
getInfo ( ) : array Returns the information of this class.
getPluginURL ( $sRelativePath = '' ) : string Returns the URL with the given relative path to the plugin path.
setAdminNotice ( $sMessage, $sClassAttribute = 'error' ) : void Sets an admin notice.
setUp ( $sPluginFilePath ) : void Sets up static properties.

메소드 상세

_replyToSetAdminNotice() 공개 정적인 메소드

Displays the set admin notices.
부터: 3.5.0
public static _replyToSetAdminNotice ( ) : void
리턴 void

getInfo() 공개 정적인 메소드

Returns the information of this class.
부터: 3.5.0
public static getInfo ( ) : array
리턴 array

getPluginURL() 공개 정적인 메소드

Example

AdminPageFrameworkLoader_Registry::getPluginURL( 'asset/css/meta_box.css' );
부터: 3.5.0
public static getPluginURL ( $sRelativePath = '' ) : string
리턴 string

setAdminNotice() 공개 정적인 메소드

Sets an admin notice.
부터: 3.5.0
public static setAdminNotice ( $sMessage, $sClassAttribute = 'error' ) : void
리턴 void

setUp() 공개 정적인 메소드

Sets up static properties.
public static setUp ( $sPluginFilePath ) : void
리턴 void

프로퍼티 상세

$_aAdminNotices 공개적으로 정적으로 프로퍼티

Stores admin notices.
부터: 3.5.0
public static $_aAdminNotices

$aAdminPages 공개적으로 정적으로 프로퍼티

Used admin pages.
public static $aAdminPages

$aOptionKeys 공개적으로 정적으로 프로퍼티

The plugin option key used for the options table.
public static $aOptionKeys

$aPostTypes 공개적으로 정적으로 프로퍼티

Used post types.
public static $aPostTypes

$aRequirements 공개적으로 정적으로 프로퍼티

Requirements.
public static $aRequirements

$aTaxonomies 공개적으로 정적으로 프로퍼티

Used taxonomies.
public static $aTaxonomies

$sDirPath 공개적으로 정적으로 프로퍼티

public static $sDirPath

$sFilePath 공개적으로 정적으로 프로퍼티

These properties will be defined in the setUp() method.
public static $sFilePath