Resque\Commands\SpeedTest::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('speed:test')->setDefinition($this->mergeDefinitions(array(new InputOption('time', 't', InputOption::VALUE_REQUIRED, 'Length of time to run the test for', 10))))->setDescription('Performs a speed test on php-resque to see how many jobs/second it can compute')->setHelp('Performs a speed test on php-resque to see how many jobs/second it can compute');
    }