sfFilterConfigHandler allows you to register filters with the system.
Method Summary
-
string
addSecurityFilter($category, $class, $parameters)
Adds a security filter statement to the data.
-
string
execute($configFiles)
Executes this configuration handler
-
string
addFilter($category, $class, $parameters)
Adds a filter statement to the data.
-
getConfiguration($configFiles)
flattenConfiguration , parseYaml , flattenConfigurationWithEnvironment , parseYamls , getConfigValue , mergeConfigValue
__construct , execute , initialize , replaceConstants , replacePath , getConfiguration , getParameterHolder
Method Details
-
(string) addSecurityFilter ($category, $class, $parameters)
| $category |
The category name |
| $class |
The filter class name |
| $parameters |
Filter default parameters |
Adds a security filter statement to the data.
returns The PHP statement
-
(string) execute ($configFiles)
| $configFiles |
An array of absolute filesystem path to a configuration file |
Executes this configuration handler
returns Data to be written to a cache file
throws sfParseException If a requested configuration file is improperly formatted
-
(string) addFilter ($category, $class, $parameters)
| $category |
The category name |
| $class |
The filter class name |
| $parameters |
Filter default parameters |
Adds a filter statement to the data.
returns The PHP statement
-
getConfiguration ($configFiles)
|