PHP Класс Cartalyst\Sentinel\Activations\EloquentActivation

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

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

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

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

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

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

getCode() публичный метод

{@inheritDoc}
public getCode ( )

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