Cases
extends Model
in package
Table of Contents
Properties
- $allowedFields : mixed
- $primaryKey : mixed
- $table : mixed
Methods
- getDetailed() : mixed
- Get cases combined with detailed metrics about referenced questions/entries
Properties
$allowedFields
protected
mixed
$allowedFields
= ['id', 'assignment_id', 'sort_order', 'name', 'intro', 'outro', 'info', 'complete_action', 'created_at']
$primaryKey
protected
mixed
$primaryKey
= 'id'
$table
protected
mixed
$table
= 'cases'
Methods
getDetailed()
Get cases combined with detailed metrics about referenced questions/entries
public
getDetailed(int $assignment_id) : mixed
Parameters
- $assignment_id : int