Cartalyst\Sentinel\Activations\EloquentActivation::getCompletedAttribute PHP Méthode

getCompletedAttribute() public méthode

Get mutator for the "completed" attribute.
public getCompletedAttribute ( mixed $completed ) : boolean
$completed mixed
Résultat boolean
    public function getCompletedAttribute($completed)
    {
        return (bool) $completed;
    }