Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120836193
Groupware.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
382 B
Referenced Files
None
Subscribers
None
Groupware.php
View Options
<?php
namespace
App\Handlers
;
use
App\Sku
;
class
Groupware
{
public
static
function
entitleableClass
()
{
return
\App\User
::
class
;
}
public
static
function
preReq
(
$entitlement
,
$user
)
{
if
(!
Sku
::
find
(
$entitlement
->
sku_id
)->
active
)
{
\Log
::
error
(
"Sku not active"
);
return
false
;
}
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 1:27 PM (21 h, 53 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b7/6c/a242307f75b4c3d4c15ad3a39c6f
Default Alt Text
Groupware.php (382 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline