Hypernode\Magento\Command\Hypernode\Log\ParseLogCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('hypernode:log-analyses')->setDescription('Output the top [top] most frequent lines in system.log')->addArgument('top', InputArgument::OPTIONAL, "Amount of unique lines to show.", 10)->addOption('log', 'l', InputOption::VALUE_OPTIONAL, "log file name [Note: it was build for system.log]", false);
    }