\AppActivity

Class Activity, handled by ORM

Summary

Methods
Properties
Constants
units()
studyField()
author()
subscriber()
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

units()

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

Return units belonging to this activity

Returns

\Illuminate\Database\Eloquent\Relations\HasMany

studyField()

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

Return studyfield this activity belongs to

Returns

\Illuminate\Database\Eloquent\Relations\BelongsTo

author()

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

Return author of this activity

Returns

\Illuminate\Database\Eloquent\Relations\BelongsTo

subscriber()

subscriber() : $this

Return subscribers of this activity

Returns

$this