Go\Console\Command\DebugAspectCommand::configure PHP Метод

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

{@inheritDoc}
protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('debug:aspect')->addOption('aspect', null, InputOption::VALUE_OPTIONAL, "Optional aspect name to filter")->setDescription("Provides an interface for querying the information about aspects")->setHelp(<<<EOT
Allows to query an information about enabled aspects.
EOT
);
    }