PHP Class Silber\Bouncer\Database\Role

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

Protected Properties

Свойство Type Description
$casts array The attributes that should be cast to native types.
$fillable array The attributes that are mass assignable.

Méthodes publiques

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

Method Details

__construct() public méthode

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
Résultat array

$fillable protected_oe property

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