PHP Класс AdminPageFrameworkLoader_Registry

The plugin will refer to these information.
С версии: 3.5.0
Наследование: extends AdminPageFrameworkLoader_Registry_Base
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$_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