Horde_Alarm::_isSnoozed PHP Method

_isSnoozed() abstract protected method

Returns whether an alarm is snoozed.
abstract protected _isSnoozed ( string $id, string $user, Horde_Date $time ) : boolean
$id string The alarm's unique id.
$user string The alarm's user
$time Horde_Date The time when the alarm may be snoozed.
return boolean True if the alarm is snoozed.
    protected abstract function _isSnoozed($id, $user, Horde_Date $time);