PHP Класс PhpBench\Console\Command\LogCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

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

Метод Описание
__construct ( Registry $storage, TimeUnit $timeUnit, TimeUnitHandler $timeUnitHandler, CharacterReader $characterReader = null )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
writeLines ( $output, $nbRows, $height, $lines )

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

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

public __construct ( Registry $storage, TimeUnit $timeUnit, TimeUnitHandler $timeUnitHandler, CharacterReader $characterReader = null )
$storage PhpBench\Registry\Registry
$timeUnit PhpBench\Util\TimeUnit
$timeUnitHandler PhpBench\Console\Command\Handler\TimeUnitHandler
$characterReader PhpBench\Console\CharacterReader

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

public configure ( )

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

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface