PHP Class PhpBench\Console\Command\LogCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( Registry $storage, TimeUnit $timeUnit, TimeUnitHandler $timeUnitHandler, CharacterReader $characterReader = null )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
writeLines ( $output, $nbRows, $height, $lines )

Method Details

__construct() public method

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 method

public configure ( )

execute() public method

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