Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120835785
SharedFolder.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
369 B
Referenced Files
None
Subscribers
None
SharedFolder.php
View Options
<?php
namespace
App\Handlers
;
use
App\Sku
;
class
SharedFolder
{
public
static
function
entitleableClass
()
{
// TODO
}
public
static
function
preReq
(
$entitlement
,
$owner
)
{
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:22 PM (2 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18850397
Default Alt Text
SharedFolder.php (369 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline