PHP Класс App\Models\Access\Role\Role

Наследование: 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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$fillable array The attributes that are mass assignable.
$table string The database table used by the model.

Открытые методы

Метод Описание
__construct ( array $attributes = [] )

Описание методов

__construct() публичный Метод

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

Описание свойств

$fillable защищенное свойство

The attributes that are mass assignable.
protected array $fillable
Результат array

$table защищенное свойство

The database table used by the model.
protected string $table
Результат string