\EvaluationGradeScaleMark

Class GradeScaleMark

Summary

Methods
Properties
Constants
mark()
gradeScale()
No public properties found
CREATED_AT
UPDATED_AT
No protected methods found
$dates
$table
$primaryKey
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.

Properties

$dates

$dates : array

Soft delete field

Type

array

$table

$table : string

The database table used by the model.

Type

string

$primaryKey

$primaryKey : string

Override primary key name

Type

string

Methods

mark()

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

Reverse relation with mark table

Returns

\Illuminate\Database\Eloquent\Relations\BelongsTo

gradeScale()

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

Reverse relation with grade_scale table

Returns

\Illuminate\Database\Eloquent\Relations\BelongsTo