Horde_Alarm::_snooze PHP 메소드

_snooze() 추상적인 보호된 메소드

Delays (snoozes) an alarm for a certain period.
abstract protected _snooze ( string $id, string $user, Horde_Date $snooze )
$id string The alarm's unique id.
$user string The alarm's user
$snooze Horde_Date The snooze time.
    protected abstract function _snooze($id, $user, Horde_Date $snooze);