MyBuilder\Conductor\Command\LockFixerCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName("fix-composer-lock")->setDescription('Fixes composer lock real-paths with relative-paths');
    }