Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824926
Sku.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
603 B
Referenced Files
None
Subscribers
None
Sku.php
View Options
<?php
namespace
App
;
use
Illuminate\Database\Eloquent\Model
;
/**
* The eloquent definition of a Stock Keeping Unit (SKU).
*/
class
Sku
extends
Model
{
public
$incrementing
=
false
;
protected
$keyType
=
'string'
;
protected
$fillable
=
[
'title'
,
'description'
,
'cost'
,
'units_free'
,
'period'
,
'handler_class'
,
'active'
];
/**
* List the entitlements that consume this SKU.
*
* @return Entitlement[]
*/
public
function
entitlements
()
{
return
$this
->
hasMany
(
'App
\E
ntitlement'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 10:30 AM (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1d/3f/811b2a37551e95f4d46d50456ae8
Default Alt Text
Sku.php (603 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline