PHP Class Blackfire\Player\Result

Author: Fabien Potencier ([email protected])
Inheritance: implements ArrayAccess, implements Iterator
显示文件 Open project: blackfireio/player

Public Methods

Method 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 method

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

current() public method

public current ( )

getError() public method

public getError ( ) : Exception
return Exception

getExtra() public method

public getExtra ( $key = null )

getValues() public method

public getValues ( )

isErrored() public method

public isErrored ( )

key() public method

public key ( )

next() public method

public next ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

rewind() public method

public rewind ( )

valid() public method

public valid ( )