Page MenuHomePhorge

Group.php
No OneTemporary

Authored By
Unknown
Size
485 B
Referenced Files
None
Subscribers
None

Group.php

<?php
namespace App\Handlers;
class Group extends \App\Handlers\Base
{
/**
* The entitleable class for this handler.
*/
public static function entitleableClass(): string
{
return \App\Group::class;
}
/**
* SKU handler metadata.
*/
public static function metadata(\App\Sku $sku): array
{
$data = parent::metadata($sku);
$data['readonly'] = true;
$data['enabled'] = true;
return $data;
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 1:42 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18834379
Default Alt Text
Group.php (485 B)

Event Timeline