\EvaluationStudySubmodules

Class StudySubmodules

Summary

Methods
Properties
Constants
evaluations()
studyModule()
No public properties found
CREATED_AT
UPDATED_AT
DELETED_AT
No protected methods found
$table
$primaryKey
$fillable
N/A
No private methods found
No private properties found
N/A

Constants

CREATED_AT

CREATED_AT

The name of the "created at" column.

UPDATED_AT

UPDATED_AT

The name of the "updated at" column.

DELETED_AT

DELETED_AT

The name of the "markedForDeletionDate" column.

Properties

$table

$table : string

The database table used by the model.

Type

string

$primaryKey

$primaryKey : string

Override primary key name

Type

string

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

Methods

evaluations()

evaluations() : \Illuminate\Database\Eloquent\Relations\HasMany

This have many Evaluation

Returns

\Illuminate\Database\Eloquent\Relations\HasMany

studyModule()

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

This belongs to one module

Returns

\Illuminate\Database\Eloquent\Relations\BelongsTo