PHP Class AcUser

Inheritance: extends Illuminate\Foundation\Auth\User, use trait Illuminate\Notifications\Notifiable
Show file Open project: efficiently/authority-controller

Public Properties

Property Type Description
$rules

Protected Properties

Property Type Description
$fillable
$hidden array The attributes excluded from the model's JSON form.

Public Methods

Method Description
hasRole ( $key )
permissions ( )
roles ( )

Method Details

hasRole() public method

public hasRole ( $key )

permissions() public method

public permissions ( )

roles() public method

public roles ( )

Property Details

$fillable protected property

protected $fillable

$hidden protected property

The attributes excluded from the model's JSON form.
protected array $hidden
return array

$rules public static property

public static $rules