PHPSA\Command\DumpDocumentationCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('config:dump-documentation')->setDescription('Dumps the analyzer documentation');
    }
DumpDocumentationCommand