sfValidatorManager provides management for request parameters and their
Method Summary
-
clear()
Clears this validator manager so it can be reused.
-
bool
execute()
Executes all validators and determine the validation status.
-
initialize()
Initializes this validator manager.
-
registerName(, , , , )
Registers a file or parameter.
-
registerValidator(, , )
Registers a validator for a file or parameter.
-
bool
validate(, , )
Validates a file or parameter.
-
__construct()
Class constructor.
Method Details
-
Clears this validator manager so it can be reused.
-
Executes all validators and determine the validation status.
returns true, if validation completed successfully, otherwise false
-
Initializes this validator manager.
-
registerName (, , , , )
Browse code
Registers a file or parameter.
-
registerValidator (, , )
Browse code
Registers a validator for a file or parameter.
-
(bool) validate (, , )
Browse code
Validates a file or parameter.
returns true, if validation completes successfully, otherwise false
-
Class constructor.
|