Page MenuHomePhorge

ListCommand.php
No OneTemporary

Authored By
Unknown
Size
282 B
Referenced Files
None
Subscribers
None

ListCommand.php

<?php
namespace App\Console\Commands\CompanionApp;
use App\CompanionApp;
use App\Console\ObjectListCommand;
class ListCommand extends ObjectListCommand
{
protected $objectClass = CompanionApp::class;
protected $objectName = 'companion-app';
protected $objectTitle;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 8:41 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18740688
Default Alt Text
ListCommand.php (282 B)

Event Timeline