PHP Class Cartalyst\Sentinel\Activations\EloquentActivation

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Cartalyst\Sentinel\Activations\ActivationInterface
Show file Open project: cartalyst/sentinel

Protected Properties

Property Type Description
$fillable {@inheritDoc}
$table {@inheritDoc}

Public Methods

Method Description
getCode ( ) {@inheritDoc}
getCompletedAttribute ( mixed $completed ) : boolean Get mutator for the "completed" attribute.
setCompletedAttribute ( mixed $completed ) : void Set mutator for the "completed" attribute.

Method Details

getCode() public method

{@inheritDoc}
public getCode ( )

getCompletedAttribute() public method

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

setCompletedAttribute() public method

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

Property Details

$fillable protected property

{@inheritDoc}
protected $fillable

$table protected property

{@inheritDoc}
protected $table