Heratio Framework API Reference

sfValidatorErrorSchema extends sfValidatorError
in package
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

Methods

__construct()

public __construct([mixed $validator = null ][, mixed $errors = [] ]) : mixed
Parameters
$validator : mixed = null
$errors : mixed = []

addError()

public addError(mixed $error[, mixed $name = null ]) : mixed
Parameters
$error : mixed
$name : mixed = null

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

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

        
On this page

Search results