\AppOption

Class Option

This class provide ORM part of model for event options. Options can be understand in our system as possible solutions for the event.

Summary

Methods
Properties
Constants
event()
No public properties found
No constants found
No protected methods found
$fillable
N/A
No private methods found
No private properties found
N/A

Properties

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

Methods

event()

event() : \Illuminate\Database\Eloquent\Relations\BelongsTo

Every option belongs just to one event

Returns

\Illuminate\Database\Eloquent\Relations\BelongsTo