Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Cli/Command/Rebuild/RebuildSitemap.php
<?php

namespace XF\Cli\Command\Rebuild;

class
RebuildSitemap extends AbstractRebuildCommand
{
    protected function
getRebuildName()
    {
        return
'sitemap';
    }

    protected function
getRebuildDescription()
    {
        return
'Rebuilds XML sitemap.';
    }

    protected function
getRebuildClass()
    {
        return
'XF:Sitemap';
    }
}