Magestead\Command\Log\ViewCommand::configure PHP Метод

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

Configure the view command
protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("log:view");
        $this->setDescription("View a specific server log");
        $this->addArgument('log', InputArgument::REQUIRED, 'access or error');
    }