PHP Class Blackfire\Player\Result

Author: Fabien Potencier ([email protected])
Inheritance: implements ArrayAccess, implements Iterator
Afficher le fichier Open project: blackfireio/player

Méthodes publiques

Méthode Description
__construct ( ValueBag $values, ValueBag $extra, Exception $error = null )
current ( )
getError ( ) : Exception
getExtra ( $key = null )
getValues ( )
isErrored ( )
key ( )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
rewind ( )
valid ( )

Method Details

__construct() public méthode

public __construct ( ValueBag $values, ValueBag $extra, Exception $error = null )
$values ValueBag
$extra ValueBag
$error Exception

current() public méthode

public current ( )

getError() public méthode

public getError ( ) : Exception
Résultat Exception

getExtra() public méthode

public getExtra ( $key = null )

getValues() public méthode

public getValues ( )

isErrored() public méthode

public isErrored ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )