Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2485013
GroupRoom.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
598 B
Referenced Files
None
Subscribers
None
GroupRoom.php
View Options
<?php
namespace
App\Handlers
;
class
GroupRoom
extends
Base
{
/**
* The entitleable class for this handler.
*
* @return string
*/
public
static
function
entitleableClass
():
string
{
return
\App\Meet\Room
::
class
;
}
/**
* SKU handler metadata.
*
* @param \App\Sku $sku The SKU object
*
* @return array
*/
public
static
function
metadata
(
\App\Sku
$sku
):
array
{
$data
=
parent
::
metadata
(
$sku
);
$data
[
'exclusive'
]
=
[
'Room'
];
$data
[
'controllerOnly'
]
=
true
;
return
$data
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Nov 20, 5:28 PM (20 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387251
Default Alt Text
GroupRoom.php (598 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment