Platformsh\Cli\Command\Integration\IntegrationGetCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('integration:get')->addArgument('id', InputArgument::OPTIONAL, 'An integration ID. Leave blank to choose from a list.')->addOption('property', 'P', InputOption::VALUE_OPTIONAL, 'The integration property to view')->setDescription('View details of an integration');
        Table::addFormatOption($this->getDefinition());
        $this->addProjectOption();
    }
IntegrationGetCommand