\AppUser

Model of representing users.

Summary

Methods
Properties
Constants
posts()
socialLogins()
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 excluded from the model's JSON form.

Type

array

Methods

posts()

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

Relationship to the user's posts.

Returns

\Illuminate\Database\Eloquent\Relations\HasMany

socialLogins()

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

Relationship to social network associations of the user.

Returns

\Illuminate\Database\Eloquent\Relations\HasMany