PHP Class Cartalyst\Sentinel\Reminders\EloquentReminder

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: cartalyst/sentinel

Protected Properties

Свойство Type Description
$fillable {@inheritDoc}
$table {@inheritDoc}

Méthodes publiques

Méthode Description
getCompletedAttribute ( mixed $completed ) : boolean Get mutator for the "completed" attribute.
setCompletedAttribute ( mixed $completed ) : void Set mutator for the "completed" attribute.

Method Details

getCompletedAttribute() public méthode

Get mutator for the "completed" attribute.
public getCompletedAttribute ( mixed $completed ) : boolean
$completed mixed
Résultat boolean

setCompletedAttribute() public méthode

Set mutator for the "completed" attribute.
public setCompletedAttribute ( mixed $completed ) : void
$completed mixed
Résultat void

Property Details

$fillable protected_oe property

{@inheritDoc}
protected $fillable

$table protected_oe property

{@inheritDoc}
protected $table