Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824434
Group.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
480 B
Referenced Files
None
Subscribers
None
Group.php
View Options
<?php
namespace
App\Handlers
;
use
App\Sku
;
class
Group
extends
Base
{
/**
* The entitleable class for this handler.
*/
public
static
function
entitleableClass
():
string
{
return
\App\Group
::
class
;
}
/**
* SKU handler metadata.
*/
public
static
function
metadata
(
Sku
$sku
):
array
{
$data
=
parent
::
metadata
(
$sku
);
$data
[
'readonly'
]
=
true
;
$data
[
'enabled'
]
=
true
;
return
$data
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:22 AM (8 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18741582
Default Alt Text
Group.php (480 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline