PHP 클래스 Blackfire\Player\Result

저자: Fabien Potencier ([email protected])
상속: implements ArrayAccess, implements Iterator
파일 보기 프로젝트 열기: blackfireio/player

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

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

current() 공개 메소드

public current ( )

getError() 공개 메소드

public getError ( ) : Exception
리턴 Exception

getExtra() 공개 메소드

public getExtra ( $key = null )

getValues() 공개 메소드

public getValues ( )

isErrored() 공개 메소드

public isErrored ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )