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

namespace XF\Cli\Command\Development;

class
ExportActivitySummaryDefinitions extends AbstractExportCommand
{
    protected function
getContentTypeDetails()
    {
        return [
           
'name' => 'activity summary definitions',
           
'command' => 'activity-summary-definitions',
           
'entity' => 'XF:ActivitySummaryDefinition'
       
];
    }
}