Matthias\SymfonyConsoleForm\Console\Command\DynamicFormBasedCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( ) : string
리턴 string
    protected function configure()
    {
        $this->setName('form:' . $this->commandName);
    }