AwsInspector\Command\Profile\EnableCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('profile:enable')->setDescription('Enable profile')->addArgument('profile', InputArgument::REQUIRED, 'Profile');
    }