Horde_Alarm::_list PHP Méthode

_list() abstract protected méthode

Returns a list of alarms from the backend.
abstract protected _list ( string $user, Horde_Date $time ) : array
$user string Return alarms for this user, all users if null, or global alarms if empty.
$time Horde_Date The time when the alarms should be active.
Résultat array A list of alarm hashes.
    protected abstract function _list($user, Horde_Date $time);