sfValidatorErrorSchema
extends sfValidatorError
implements
Iterator, ArrayAccess, Countable
Table of Contents
Interfaces
- Iterator
- ArrayAccess
- Countable
Methods
-
__construct()
: mixed
-
__toString()
: string
-
addError()
: mixed
-
count()
: int
-
current()
: mixed
-
getArguments()
: mixed
-
getErrors()
: mixed
-
getFullMessage()
: string
-
getGlobalErrors()
: mixed
-
getMessageFormat()
: mixed
-
getNamedErrors()
: mixed
-
getValidator()
: mixed
-
key()
: mixed
-
next()
: void
-
offsetExists()
: bool
-
offsetGet()
: mixed
-
offsetSet()
: void
-
offsetUnset()
: void
-
rewind()
: void
-
valid()
: bool
__construct()
public
__construct([mixed $validator = null ][, mixed $errors = [] ]) : mixed
Parameters
-
$validator
: mixed
= null
-
-
$errors
: mixed
= []
-
__toString()
public
__toString() : string
addError()
public
addError(mixed $error[, mixed $name = null ]) : mixed
Parameters
-
$error
: mixed
-
-
$name
: mixed
= null
-
count()
public
count() : int
current()
public
current() : mixed
getArguments()
public
getArguments() : mixed
getErrors()
public
getErrors() : mixed
getFullMessage()
public
getFullMessage() : string
getGlobalErrors()
public
getGlobalErrors() : mixed
public
getMessageFormat() : mixed
getNamedErrors()
public
getNamedErrors() : mixed
getValidator()
public
getValidator() : mixed
key()
public
key() : mixed
next()
public
next() : void
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
-
$offset
: mixed
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
-
$offset
: mixed
-
rewind()
public
rewind() : void
valid()
public
valid() : bool