Page MenuHomePhorge

SharedFoldersCommand.php
No OneTemporary

Size
324 B
Referenced Files
None
Subscribers
None

SharedFoldersCommand.php

<?php
namespace App\Console\Commands\User;
use App\Console\ObjectRelationListCommand;
class SharedFoldersCommand extends ObjectRelationListCommand
{
protected $objectClass = \App\User::class;
protected $objectName = 'user';
protected $objectTitle = 'email';
protected $objectRelation = 'sharedFolders';
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 1:07 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387354
Default Alt Text
SharedFoldersCommand.php (324 B)

Event Timeline