Sulu\Bundle\ContentBundle\Command\ValidatePagesCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('sulu:content:validate')->addArgument('webspaceKey', InputArgument::REQUIRED, 'Which webspace to search')->setDescription('Dumps pages without valid templates');
    }
ValidatePagesCommand