Property | Type | Description | |
---|---|---|---|
$_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. |
Method | Description | |
---|---|---|
_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. |
public static _replyToSetAdminNotice ( ) : void | ||
return | void |
AdminPageFrameworkLoader_Registry::getPluginURL( 'asset/css/meta_box.css' );
public static getPluginURL ( $sRelativePath = '' ) : string | ||
return | string |
public static setAdminNotice ( $sMessage, $sClassAttribute = 'error' ) : void | ||
return | void |
public static $aOptionKeys |