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();
    }