Method | Description | |
---|---|---|
__construct ( $pagePath ) | Constructor. | |
getApplicationConfigurations ( ) : array | ||
getExternalConfigurations ( ) : array | ||
getProperties ( ) : array | Returns list of page initial property values. | |
getRules ( ) : |
Returns list of authorization rules. | |
loadApplicationConfigurationFromPhp ( $config, $configPath ) | ||
loadApplicationConfigurationFromXml ( $dom, $configPath ) | Loads the configuration specific for application part | |
loadFromFile ( $fname, $configPagePath ) | Loads a specific config file. | |
loadFromFiles ( $basePath ) | Loads configuration for a page specified in a path format. | |
loadFromPhp ( $config, $configPath, $configPagePath ) | ||
loadFromXml ( $dom, $configPath, $configPagePath ) | Loads a page configuration. | |
loadPageConfigurationFromPhp ( $config, $configPath, $configPagePath ) | ||
loadPageConfigurationFromXml ( $dom, $configPath, $configPagePath ) | Loads the configuration specific for page service. |
public getApplicationConfigurations ( ) : array | ||
return | array | list of application configurations specified along page path |
public getExternalConfigurations ( ) : array | ||
return | array | list of external configuration files. Each element is like $filePath=>$condition |
public getProperties ( ) : array | ||
return | array | list of page initial property values |
public getRules ( ) : |
||
return | collection of authorization rules |
public loadApplicationConfigurationFromPhp ( $config, $configPath ) |
public loadApplicationConfigurationFromXml ( $dom, $configPath ) |
public loadFromFile ( $fname, $configPagePath ) |
public loadFromFiles ( $basePath ) |
public loadFromXml ( $dom, $configPath, $configPagePath ) |
public loadPageConfigurationFromPhp ( $config, $configPath, $configPagePath ) |
public loadPageConfigurationFromXml ( $dom, $configPath, $configPagePath ) |