PHP Класс Cartalyst\Sentinel\Reminders\EloquentReminder

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

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

Свойство Тип Описание
$fillable {@inheritDoc}
$table {@inheritDoc}

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

Метод Описание
getCompletedAttribute ( mixed $completed ) : boolean Get mutator for the "completed" attribute.
setCompletedAttribute ( mixed $completed ) : void Set mutator for the "completed" attribute.

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

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

Get mutator for the "completed" attribute.
public getCompletedAttribute ( mixed $completed ) : boolean
$completed mixed
Результат boolean

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

Set mutator for the "completed" attribute.
public setCompletedAttribute ( mixed $completed ) : void
$completed mixed
Результат void

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

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

{@inheritDoc}
protected $fillable

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

{@inheritDoc}
protected $table