\AppUser

Class User, representing logged user in the application

Summary

Methods
Properties
Constants
activities()
events()
No public properties found
No constants found
No protected methods found
$fillable
$hidden
N/A
No private methods found
No private properties found
N/A

Properties

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

$hidden

$hidden : array

The attributes that should be hidden for arrays.

Type

array

Methods

activities()

activities() : $this

Returns activities created by this user

Returns

$this

events()

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

returns events created by this user

Returns

\Illuminate\Database\Eloquent\Relations\HasMany