phpbb\console\command\reparser\list_all::configure PHP Method

configure() protected method

Sets the command name and description
protected configure ( ) : null
return null
    protected function configure()
    {
        $this->setName('reparser:list')->setDescription($this->user->lang('CLI_DESCRIPTION_REPARSER_LIST'));
    }