Phpro\SoapClient\Console\Command\GenerateTypesCommand::configure PHP Method

configure() protected method

Configure the command.
protected configure ( )
    protected function configure()
    {
        $this->setName(self::COMMAND_NAME)->setDescription('Generates types based on WSDL.')->addOption('config', null, InputOption::VALUE_REQUIRED, 'The location of the soap code-generator config file')->addOption('overwrite', 'o', InputOption::VALUE_NONE, 'Makes it possible to overwrite by default');
    }