sfFilterConfigHandler allows you to register filters with the system.
Method Summary
-
string
addFilter(, , )
Adds a filter statement to the data.
-
string
addSecurityFilter(, , )
Adds a security filter statement to the data.
-
string
execute()
Executes this configuration handler
getConfigValue , mergeConfigValue , parseYaml , parseYamls
execute , getParameterHolder , initialize , replaceConstants , replacePath
Method Details
-
(string) addFilter (, , )
Browse code
Adds a filter statement to the data.
returns The PHP statement
-
(string) addSecurityFilter (, , )
Browse code
Adds a security filter statement to the data.
returns The PHP statement
-
Executes this configuration handler
returns Data to be written to a cache file
throws sfConfigurationException If a requested configuration file does not exist or is not readable
|