Свойство | Type | Description | |
---|---|---|---|
$configFileCache | array | ||
$environment | string |
Méthode | Description | |
---|---|---|
getAvailablePerspectives ( |
Returns a list of available perspectives for the given user | |
getEnvironment ( ) : string | ||
getFlag ( $name ) : mixed | ||
getPerspectivesConfig ( ) : mixed | Zend_Config | ||
getReportConfig ( ) : Zend_Config | ||
getRuntimePerspective ( ) : array | Gets the active perspective for the current user | |
getStandardPerspective ( ) : array | Returns the standard perspective settings | |
getSystemConfig ( boolean $forceReload = false ) : mixed | null | Zend_Config | ||
getWeb2PrintConfig ( ) : Zend_Config | ||
getWebsiteConfig ( ) : mixed | Zend_Config | ||
inPerspective ( $runtimeConfig, $key ) | ||
locateConfigFile ( $name ) : mixed | ||
setEnvironment ( string $environment ) | ||
setFlag ( $name, $value ) | ||
setModelClassMappingConfig ( Zend_Config $config ) : void | ||
setPerspectivesConfig ( Zend_Config $config ) : void | ||
setReportConfig ( Zend_Config $config ) : void | ||
setSystemConfig ( Zend_Config $config ) : void | ||
setWeb2PrintConfig ( Zend_Config $config ) : void | ||
setWebsiteConfig ( Zend_Config $config ) : void |
Méthode | Description | |
---|---|---|
getRuntimeElementTreeConfig ( $name ) : array | Returns the element tree config for the given config name |
public static getAvailablePerspectives ( |
||
$user | ||
Résultat | array |
public static getPerspectivesConfig ( ) : mixed | Zend_Config | ||
Résultat | mixed | Zend_Config |
public static getReportConfig ( ) : Zend_Config | ||
Résultat | Zend_Config |
protected static getRuntimeElementTreeConfig ( $name ) : array | ||
$name | ||
Résultat | array |
public static getRuntimePerspective ( ) : array | ||
Résultat | array |
public static getStandardPerspective ( ) : array | ||
Résultat | array |
public static getWeb2PrintConfig ( ) : Zend_Config | ||
Résultat | Zend_Config |
public static getWebsiteConfig ( ) : mixed | Zend_Config | ||
Résultat | mixed | Zend_Config |
public static locateConfigFile ( $name ) : mixed | ||
$name | - name of configuration file. slash is allowed for subdirectories. | |
Résultat | mixed |
public static setEnvironment ( string $environment ) | ||
$environment | string |
public static setModelClassMappingConfig ( Zend_Config $config ) : void | ||
$config | Zend_Config | |
Résultat | void |
public static setPerspectivesConfig ( Zend_Config $config ) : void | ||
$config | Zend_Config | |
Résultat | void |
public static setReportConfig ( Zend_Config $config ) : void | ||
$config | Zend_Config | |
Résultat | void |
public static setSystemConfig ( Zend_Config $config ) : void | ||
$config | Zend_Config | |
Résultat | void |
public static setWeb2PrintConfig ( Zend_Config $config ) : void | ||
$config | Zend_Config | |
Résultat | void |
public static setWebsiteConfig ( Zend_Config $config ) : void | ||
$config | Zend_Config | |
Résultat | void |
protected static array $configFileCache | ||
Résultat | array |