PHP Class app\Models\Access\User\User

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Illuminate\Contracts\Auth\CanResetPassword, use trait Illuminate\Auth\Authenticatable, use trait Illuminate\Auth\Passwords\CanResetPassword, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait App\Services\Access\Traits\UserHasRole
Afficher le fichier Open project: rappasoft/laravel-5-boilerplate Class Usage Examples

Protected Properties

Свойство Type Description
$dates array
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.
$table string The database table used by the model.

Méthodes publiques

Méthode Description
__construct ( array $attributes = [] )

Method Details

__construct() public méthode

public __construct ( array $attributes = [] )
$attributes array

Property Details

$dates protected_oe property

protected array $dates
Résultat array

$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

$table protected_oe property

The database table used by the model.
protected string $table
Résultat string