Add another hierarchy level for decorators to indicate their function.
authorGunnar Wrobel <p@rdus.de>
Wed, 4 Nov 2009 23:02:04 +0000 (00:02 +0100)
committerGunnar Wrobel <p@rdus.de>
Wed, 4 Nov 2009 23:02:04 +0000 (00:02 +0100)
commitf6bf80b4466259bcf14e007a3b1f9833b89baa12
tree30bb2adee3e9d3f0a2394fa164e1ed112661d548
parent8f39f7ba1947693696174bea03cdbc095d149953
Add another hierarchy level for decorators to indicate their function.
15 files changed:
framework/Notification/lib/Horde/Notification.php
framework/Notification/lib/Horde/Notification/Handler/Alarm.php [deleted file]
framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php [new file with mode: 0644]
framework/Notification/lib/Horde/Notification/Handler/Decorator/Hordelog.php [new file with mode: 0644]
framework/Notification/lib/Horde/Notification/Handler/Decorator/Log.php [new file with mode: 0644]
framework/Notification/lib/Horde/Notification/Handler/Hordelog.php [deleted file]
framework/Notification/lib/Horde/Notification/Handler/Logged.php [deleted file]
framework/Notification/package.xml
framework/Notification/test/Horde/Notification/Class/Notification/Handler/AlarmTest.php [deleted file]
framework/Notification/test/Horde/Notification/Class/Notification/Handler/Decorator/AlarmTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/Handler/Decorator/HordelogTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/Handler/Decorator/LogTest.php [new file with mode: 0644]
framework/Notification/test/Horde/Notification/Class/Notification/Handler/HordelogTest.php [deleted file]
framework/Notification/test/Horde/Notification/Class/Notification/Handler/LoggedTest.php [deleted file]
framework/Notification/test/Horde/Notification/Class/NotificationTest.php