sfValidatorConfigHandler allows you to register validators with the system.
Method Summary
-
convertAlternate2Standard()
Converts alternate format to standard format.
-
string
execute()
Executes this configuration handler.
-
boolean
generateRegistration(, , , , )
Generates raw cache data.
-
loadAttributes(, , , , , )
Loads the linear list of attributes from the [names] category.
-
loadNames(, , , , , )
Loads all request methods and the file/parameter names that will be
-
loadValidators(, , , , )
Loads a list of validators.
getConfigValue , mergeConfigValue , parseYaml , parseYamls
execute , getParameterHolder , initialize , replaceConstants , replacePath
Method Details
-
convertAlternate2Standard ()
Browse code
Converts alternate format to standard format.
-
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
-
(boolean) generateRegistration (, , , , )
Browse code
Generates raw cache data.
returns Returns true if there is some validators for this file/parameter
-
loadAttributes (, , , , , )
Browse code
Loads the linear list of attributes from the [names] category.
-
loadNames (, , , , , )
Browse code
Loads all request methods and the file/parameter names that will be
validated from the [methods] category.
-
loadValidators (, , , , )
Browse code
Loads a list of validators.
|