PHP Класс REBELinBLUE\Deployer\Ref

Наследование: extends Illuminate\Database\Eloquent\Model
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$casts array The attributes that should be casted to native types.
$fillable array The attributes that are mass assignable.
$visible array The attributes excluded from the model's JSON form.

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

Метод Описание
project ( ) : BelongsTo Belongs to relationship.

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

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

Belongs to relationship.
public project ( ) : BelongsTo
Результат Illuminate\Database\Eloquent\Relations\BelongsTo

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

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

The attributes that should be casted to native types.
protected array $casts
Результат array

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

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

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

The attributes excluded from the model's JSON form.
protected array $visible
Результат array