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.4 API OpenSearch
Packages
action
-
6 classes
addon
-
4 classes
autoload
-
4 classes
behavior
-
6 classes
cache
-
9 classes
command
-
10 classes
config
-
22 classes
controller
-
3 classes
database
-
7 classes
debug
-
13 classes
default
-
9 classes
doctrine
-
37 classes
event_dispatcher
-
2 classes
exception
-
19 classes
filter
-
7 classes
form
-
10 classes
generator
-
10 classes
helper
-
12 classes
i18n
-
25 classes
log
-
12 classes
mailer
-
4 classes
pager
-
1 classes
plugin
-
14 classes
propel
-
23 classes
request
-
2 classes
response
-
2 classes
routing
-
9 classes
storage
-
10 classes
task
-
45 classes
user
-
3 classes
util
-
16 classes
validator
-
33 classes
sfValidatedFile
sfValidatorAnd
sfValidatorBase
sfValidatorBoolean
sfValidatorCallback
sfValidatorChoice
sfValidatorCSRFToken
sfValidatorDate
sfValidatorDateRange
sfValidatorDateTime
sfValidatorDecorator
sfValidatorEmail
sfValidatorError
sfValidatorErrorSchema
sfValidatorFile
sfValidatorFromDescription
sfValidatorI18nChoiceCountry
sfValidatorI18nChoiceLanguage
sfValidatorI18nChoiceTimezone
sfValidatorInteger
sfValidatorNumber
sfValidatorOr
sfValidatorPass
sfValidatorPropelChoice
sfValidatorPropelUnique
sfValidatorRegex
sfValidatorSchema
sfValidatorSchemaCompare
sfValidatorSchemaFilter
sfValidatorSchemaForEach
sfValidatorString
sfValidatorTime
sfValidatorUrl
view
-
11 classes
widget
-
36 classes
yaml
-
4 classes
You are currently browsing the symfony API for the
1.4
version. Switch to:
1.0
1.1
1.2
1.3
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
sfValidatedFile
: sfValidatedFile represents a validated uploaded file.
sfValidatorAnd
: sfValidatorAnd validates an input value if all validators passes.
sfValidatorBase
: sfValidatorBase is the base class for all validators.
sfValidatorBoolean
: sfValidatorBoolean validates a boolean. It also converts the input value to a valid boolean.
sfValidatorCallback
: sfValidatorCallback validates an input value if the given callback does not throw a sfValidatorError.
sfValidatorChoice
: sfValidatorChoice validates than the value is one of the expected values.
sfValidatorCSRFToken
: sfValidatorCSRFToken checks that the token is valid.
sfValidatorDate
: sfValidatorDate validates a date. It also converts the input value to a valid date.
sfValidatorDateRange
: sfValidatorDateRange validates a range of date. It also converts the input values to valid dates.
sfValidatorDateTime
: sfValidatorDateTime validates a date and a time. It also converts the input value to a valid date.
sfValidatorDecorator
: sfValidatorDecorator decorates another validator.
sfValidatorEmail
: sfValidatorEmail validates emails.
sfValidatorError
: sfValidatorError represents a validation error.
sfValidatorErrorSchema
: sfValidatorErrorSchema represents a validation schema error.
sfValidatorFile
: sfValidatorFile validates an uploaded file.
sfValidatorFromDescription
: sfValidatorFromDescription converts a string to a validator.
sfValidatorI18nChoiceCountry
: sfValidatorI18nChoiceCountry validates than the value is a valid country.
sfValidatorI18nChoiceLanguage
: sfValidatorI18nChoiceLanguage validates than the value is a valid language.
sfValidatorI18nChoiceTimezone
: sfValidatorI18nChoiceLanguage validates than the value is a valid timezone.
sfValidatorInteger
: sfValidatorInteger validates an integer. It also converts the input value to an integer.
sfValidatorNumber
: sfValidatorNumber validates a number (integer or float). It also converts the input value to a float.
sfValidatorOr
: sfValidatorOr validates an input value if at least one validator passes.
sfValidatorPass
: sfValidatorPass is an identity validator. It simply returns the value unmodified.
sfValidatorPropelChoice
: sfValidatorPropelChoice validates that the value is one of the rows of a table.
sfValidatorPropelUnique
: sfValidatorPropelUnique validates that the uniqueness of a column.
sfValidatorRegex
: sfValidatorRegex validates a value with a regular expression.
sfValidatorSchema
: sfValidatorSchema represents an array of fields.
sfValidatorSchemaCompare
: sfValidatorSchemaCompare compares several values from an array.
sfValidatorSchemaFilter
: sfValidatorSchemaFilter executes non schema validator on a schema input value.
sfValidatorSchemaForEach
: sfValidatorSchemaForEach wraps a validator multiple times in a single validator.
sfValidatorString
: sfValidatorString validates a string. It also converts the input value to a string.
sfValidatorTime
: sfValidatorTime validates a time. It also converts the input value to a valid time.
sfValidatorUrl
: sfValidatorUrl validates Urls.