Magestead\Command\Redis\FlushallCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("redis:flush-all");
        $this->setDescription("Flush redis storage");
    }
FlushallCommand