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

__construct() 공개 메소드

public __construct ( string $formType, string $commandName )
$formType string
$commandName string
    public function __construct($formType, $commandName)
    {
        $this->formType = $formType;
        $this->commandName = $commandName;
        parent::__construct();
    }