PHP Class Pimcore\ExtensionManager

Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Méthode Description
delete ( $id, $type )
disable ( $type, $id ) : void
enable ( $type, $id ) : void
getBrickConfig ( $id, $path = null )
getBrickConfigs ( null $customPath = null ) : array | mixed
getBrickDirectories ( null $customPath = null ) : array | mixed
getConfig ( ) : Zend_Config
getPathForExtension ( $id, $type ) : string
getPluginConfig ( $id )
getPluginConfigs ( ) : Array
isEnabled ( $type, $id ) : boolean
setConfig ( Zend_Config $config ) : void

Method Details

delete() public static méthode

public static delete ( $id, $type )
$id
$type

disable() public static méthode

public static disable ( $type, $id ) : void
$type
$id
Résultat void

enable() public static méthode

public static enable ( $type, $id ) : void
$type
$id
Résultat void

getBrickConfig() public static méthode

public static getBrickConfig ( $id, $path = null )
$id

getBrickConfigs() public static méthode

public static getBrickConfigs ( null $customPath = null ) : array | mixed
$customPath null
Résultat array | mixed

getBrickDirectories() public static méthode

public static getBrickDirectories ( null $customPath = null ) : array | mixed
$customPath null
Résultat array | mixed

getConfig() public static méthode

public static getConfig ( ) : Zend_Config
Résultat Zend_Config

getPathForExtension() public static méthode

public static getPathForExtension ( $id, $type ) : string
$id
$type
Résultat string

getPluginConfig() public static méthode

public static getPluginConfig ( $id )
$id

getPluginConfigs() public static méthode

public static getPluginConfigs ( ) : Array
Résultat Array $pluginConfigs

isEnabled() public static méthode

public static isEnabled ( $type, $id ) : boolean
$type
$id
Résultat boolean

setConfig() public static méthode

public static setConfig ( Zend_Config $config ) : void
$config Zend_Config
Résultat void