CLI command to rebuild attachment thumbnails

PHP:

Код:
<?php

namespace XF\Cli\Command\Rebuild;

class RebuildAttachmentThumb extends AbstractRebuildCommand
{
    protected function getRebuildName()
    {
        return 'attachment-thumbnails';
    }

    protected function getRebuildDescription()
    {
        return 'Rebuilds attachment thumbnails.';
    }

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

Читать далее...
 
Активность
Пока что здесь никого нет

Похожие темы

Назад
Верх Низ