PHP Class Silber\Bouncer\Database\Role

Inheritance: extends Illuminate\Database\Eloquent\Model, use trait Eloquence\Database\Traits\UUIDModel
Mostrar archivo Open project: JosephSilber/bouncer Class Usage Examples

Protected Properties

Property Type Description
$casts array The attributes that should be cast to native types.
$fillable array The attributes that are mass assignable.

Public Methods

Method Description
__construct ( array $attributes = [] ) Constructor.

Method Details

__construct() public method

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

Property Details

$casts protected_oe property

The attributes that should be cast to native types.
protected array $casts
return array

$fillable protected_oe property

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