Page MenuHomePhorge

EntitlementsCommand.php
No OneTemporary

Authored By
Unknown
Size
273 B
Referenced Files
None
Subscribers
None

EntitlementsCommand.php

<?php
namespace App\Console\Commands;
use App\Console\ObjectListCommand;
use App\Entitlement;
class EntitlementsCommand extends ObjectListCommand
{
protected $objectClass = Entitlement::class;
protected $objectName = 'entitlement';
protected $objectTitle;
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 5, 10:04 PM (2 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
38/93/84540ae4ed0efe01885350e528d3
Default Alt Text
EntitlementsCommand.php (273 B)

Event Timeline