Resque\Commands\Worker\Stop::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('worker:stop')->setDefinition($this->mergeDefinitions(array(new InputArgument('id', InputArgument::OPTIONAL, 'The id of the worker to stop (optional; if not present stops all workers).'), new InputOption('force', 'f', InputOption::VALUE_NONE, 'Force worker to stop, cancelling any current job.'))))->setDescription('Stop a running worker. If no worker id set then stops all workers')->setHelp('Stop a running worker. If no worker id set then stops all workers');
    }