PHP 클래스 PhpBench\Environment\Information

상속: implements ArrayAccess, implements IteratorAggregate
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $name, array $information ) __construct.
getIterator ( )
getName ( ) : string Return the name of this information, it should represent the domain of the infomration, e.g. "vcs", "uname".
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

__construct.
public __construct ( $name, array $information )
$information array

getIterator() 공개 메소드

public getIterator ( )

getName() 공개 메소드

If an information is mutually exclusive then it should use a standard name representing the category of the thing (e.g. "vcs"). This allows reports and such things to reference it reliably.
public getName ( ) : string
리턴 string

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )