PHP Class AdminPageFramework_PluginBootstrap

Afficher le fichier Open project: michaeluno/admin-page-framework

Méthodes publiques

Свойство Type Description
$bIsAdmin
$sFilePath
$sHookPrefix

Méthodes publiques

Méthode Description
__construct ( $sPluginFilePath, $sPluginHookPrefix = '', $sSetUpHook = 'plugins_loaded', $iPriority = 10 )
_replyToLoadPluginComponents ( )
getClasses ( )
getScanningDirs ( )
replyToPluginActivation ( )
replyToPluginDeactivation ( )
setConstants ( )
setGlobals ( )
setLocalization ( )
setUp ( )
start ( )

Méthodes protégées

Méthode Description
_hasLoaded ( )
_registerClasses ( )
construct ( )

Method Details

__construct() public méthode

public __construct ( $sPluginFilePath, $sPluginHookPrefix = '', $sSetUpHook = 'plugins_loaded', $iPriority = 10 )

_hasLoaded() protected méthode

protected _hasLoaded ( )

_registerClasses() protected méthode

protected _registerClasses ( )

_replyToLoadPluginComponents() public méthode

construct() protected méthode

protected construct ( )

getClasses() public méthode

public getClasses ( )

getScanningDirs() public méthode

public getScanningDirs ( )

replyToPluginActivation() public méthode

replyToPluginDeactivation() public méthode

setConstants() public méthode

public setConstants ( )

setGlobals() public méthode

public setGlobals ( )

setLocalization() public méthode

public setLocalization ( )

setUp() public méthode

public setUp ( )

start() public méthode

public start ( )

Property Details

$bIsAdmin public_oe property

public $bIsAdmin

$sFilePath public_oe property

public $sFilePath

$sHookPrefix public_oe property

public $sHookPrefix