N98\Magento\Command\Config\SearchCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('config:search')->setDescription('Search system configuration descriptions.')->setHelp(<<<EOT
                Searches the merged system.xml configuration tree <labels/> and <comments/> for the indicated text.
EOT
)->addArgument('text', InputArgument::REQUIRED, 'The text to search for');
    }