PHP Класс PhpBench\Formatter\FormatRegistry

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
get ( string $name ) : PhpBench\Formatter\FormatInterface Return the named format class.
register ( string $name, PhpBench\Formatter\FormatInterface $format ) Register a format class.

Описание методов

get() публичный Метод

Return the named format class.
public get ( string $name ) : PhpBench\Formatter\FormatInterface
$name string
Результат PhpBench\Formatter\FormatInterface

register() публичный Метод

Register a format class.
public register ( string $name, PhpBench\Formatter\FormatInterface $format )
$name string
$format PhpBench\Formatter\FormatInterface