Cartalyst\Sentinel\Reminders\EloquentReminder::getCompletedAttribute PHP Method

getCompletedAttribute() public method

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