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
Mostrar archivo Open project: rappasoft/laravel-5-boilerplate Class Usage Examples

Protected Properties

Property 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.

Public Methods

Method Description
__construct ( array $attributes = [] )

Method Details

__construct() public method

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

Property Details

$dates protected_oe property

protected array $dates
return array

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
return array

$hidden protected_oe property

The attributes that should be hidden for arrays.
protected array $hidden
return array

$table protected_oe property

The database table used by the model.
protected string $table
return string