ApiPlatform\SchemaGenerator\Command\GenerateTypesCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('generate-types')->setDescription('Generate types')->addArgument('output', InputArgument::REQUIRED, 'The output directory')->addArgument('config', InputArgument::OPTIONAL, 'The config file to use');
    }
GenerateTypesCommand