About
Installation
Documentation
Plugins
Community
Blog
Development
symfony API
validator Package
You are currently browsing
the website for
symfony 1
Visit the
Symfony2
website
« Back to API menu
1.0 API OpenSearch
Packages
action
-
6 classes
addon
-
9 classes
cache
-
5 classes
config
-
20 classes
controller
-
5 classes
database
-
7 classes
debug
-
2 classes
default
-
2 classes
exception
-
21 classes
filter
-
11 classes
generator
-
7 classes
helper
-
20 classes
i18n
-
15 classes
log
-
4 classes
request
-
3 classes
response
-
3 classes
storage
-
6 classes
user
-
3 classes
util
-
17 classes
validator
-
13 classes
sfCallbackValidator
sfCompareValidator
sfDateValidator
sfEmailValidator
sfFileValidator
sfHtmlValidator
sfNumberValidator
sfPropelUniqueValidator
sfRegexValidator
sfStringValidator
sfUrlValidator
sfValidator
sfValidatorManager
view
-
10 classes
You are currently browsing the symfony API for the
1.0
version. Switch to:
1.1
1.2
1.3
1.4
Search by class, method name, or package
Beggining of a class name
Beggining of a method name
Class name followed by ::
Class name followed by :: and the beginning of a method name
validator
sfCallbackValidator
: sfCallbackValidator allows you to use a custom callback function or method to
sfCompareValidator
: sfCompareValidator checks the equality of two different request parameters.
sfDateValidator
: sfDateValidator verifies a parameter is of a date format.
sfEmailValidator
: sfEmailValidator verifies a parameter contains a value that qualifies as an
sfFileValidator
: sfFileValidator allows you to apply constraints to file upload.
sfHtmlValidator
: @package symfony
sfNumberValidator
: sfNumberValidator verifies a parameter is a number and allows you to apply
sfPropelUniqueValidator
: sfPropelUniqueValidator validates that the uniqueness of a column.
sfRegexValidator
: sfRegexValidator allows you to match a value against a regular expression
sfStringValidator
: sfStringValidator allows you to apply string-related constraints to a
sfUrlValidator
: sfUrlValidator verifies a parameter contains a value that qualifies as a valid URL.
sfValidator
: sfValidator allows you to apply constraints to user entered parameters.
sfValidatorManager
: sfValidatorManager provides management for request parameters and their