PHP Class App\Models\Access\Role\Role

Inheritance: extends Innovate\BaseModel, use trait App\Models\Access\Role\Traits\RoleAccess, use trait App\Models\Access\Role\Traits\Attribute\RoleAttribute, use trait App\Models\Access\Role\Traits\Relationship\RoleRelationship
Afficher le fichier Open project: rappasoft/laravel-5-boilerplate Class Usage Examples

Protected Properties

Свойство Type Description
$fillable array The attributes that are mass assignable.
$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

$fillable protected_oe property

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

$table protected_oe property

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