PHP Класс PhpBench\Environment\Information

Наследование: implements ArrayAccess, implements IteratorAggregate
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 )