Meetings
extends Model
in package
Table of Contents
Properties
- $allowedFields : mixed
- $primaryKey : mixed
- $table : mixed
Methods
- getDetailed() : mixed
- Get meetings combined with detailed metrics about referenced assignments and cases
Properties
$allowedFields
protected
mixed
$allowedFields
= ['id', 'name', 'info', 'intro']
$primaryKey
protected
mixed
$primaryKey
= 'id'
$table
protected
mixed
$table
= 'meetings'
Methods
getDetailed()
Get meetings combined with detailed metrics about referenced assignments and cases
public
getDetailed() : mixed