Sylius\Bundle\CoreBundle\Command\SetupCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        $this->setName('sylius:install:setup')->setDescription('Sylius configuration setup.')->setHelp(<<<EOT
The <info>%command.name%</info> command allows user to configure basic Sylius data.
EOT
);
    }