PHP Класс Mpociot\Teamwork\TeamworkTeam

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

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

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

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

Метод Описание
__construct ( array $attributes = [] ) Creates a new instance of the model.

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

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

Creates a new instance of the model.
public __construct ( array $attributes = [] )
$attributes array

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

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

protected array $fillable
Результат array

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

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