PHP Class Gitamin\Models\User

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Illuminate\Contracts\Auth\CanResetPassword, implements McCool\LaravelAutoPresenter\HasPresenter, use trait Illuminate\Auth\Authenticatable, use trait Illuminate\Auth\Passwords\CanResetPassword, use trait AltThree\Validator\ValidatingTrait
Afficher le fichier Open project: gitaminhq/gitamin Class Usage Examples

Méthodes publiques

Свойство Type Description
$rules string[] The validation rules.

Protected Properties

Свойство Type Description
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.

Méthodes publiques

Méthode Description
getAvatarAttribute ( )
getAvatarSmallAttribute ( )
getPresenterClass ( ) : string Get the presenter class.

Method Details

getAvatarAttribute() public méthode

public getAvatarAttribute ( )

getAvatarSmallAttribute() public méthode

getPresenterClass() public méthode

Get the presenter class.
public getPresenterClass ( ) : string
Résultat string

Property Details

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array

$hidden protected_oe property

The attributes that should be hidden for arrays.
protected array $hidden
Résultat array

$rules public_oe property

The validation rules.
public string[] $rules
Résultat string[]