StackFormation\Command\Stack\CompareAllCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('stack:compare-all')->setDescription('Compare all live stacks with their corresponding blueprint')->addOption('nameFilter', null, InputOption::VALUE_OPTIONAL, 'Name Filter (regex). Example --nameFilter \'/^foo/\'');
    }
CompareAllCommand