SensioLabs\Deptrac\Command\AnalyzeCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('analyze');
        $this->getDefinition()->setArguments([new InputArgument('depfile', InputArgument::OPTIONAL, 'Path to the depfile', getcwd() . '/depfile.yml')]);
        $this->getDefinition()->addOptions($this->formatterFactory->getFormatterOptions());
    }