phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 14 Jul 2010 02:22:04 +0000 (20:22 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 14 Jul 2010 04:31:26 +0000 (22:31 -0600)
13 files changed:
framework/Notification/lib/Horde/Notification.php
framework/Notification/lib/Horde/Notification/Event.php
framework/Notification/lib/Horde/Notification/Event/Status.php
framework/Notification/lib/Horde/Notification/Handler.php
framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php
framework/Notification/lib/Horde/Notification/Handler/Decorator/Base.php
framework/Notification/lib/Horde/Notification/Handler/Decorator/Log.php
framework/Notification/lib/Horde/Notification/Listener.php
framework/Notification/lib/Horde/Notification/Listener/Audio.php
framework/Notification/lib/Horde/Notification/Listener/Javascript.php
framework/Notification/lib/Horde/Notification/Listener/Status.php
framework/Notification/lib/Horde/Notification/Storage/Object.php
framework/Notification/lib/Horde/Notification/Storage/Session.php

index ecb2610..30c5cd8 100644 (file)
@@ -9,8 +9,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Notification
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification
 {
index fa593ae..d24df71 100644 (file)
@@ -7,8 +7,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Hans Lellelid <hans@velum.net>
- * @package Horde_Notification
+ * @author   Hans Lellelid <hans@velum.net>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Event
 {
index 045e049..153a5d7 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Notification
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Event_Status extends Horde_Notification_Event
 {
index 2c4d680..4901cad 100644 (file)
@@ -9,8 +9,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Notification
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Handler
 {
index 0189abf..79d370a 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Notification
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Handler_Decorator_Alarm
 extends Horde_Notification_Handler_Decorator_Base
index 454127f..a4f8302 100644 (file)
@@ -7,9 +7,11 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Jan Schneider <jan@horde.org>
- * @author  Michael Slusarz <slusarz@horde.org>
- * @package Horde_Notification
+ * @author   Jan Schneider <jan@horde.org>
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Handler_Decorator_Base
 {
index f7181a6..9837823 100644 (file)
@@ -7,8 +7,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Notification
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Handler_Decorator_Log
 extends Horde_Notification_Handler_Decorator_Base
index e3bd2a3..faaddff 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Chuck Hagenbuch <chuck@horde.org>
- * @package Horde_Notification
+ * @author   Chuck Hagenbuch <chuck@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 abstract class Horde_Notification_Listener
 {
index c6ff881..ea0085c 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Jason M. Felice <jason.m.felice@gmail.com>
- * @package Horde_Notification
+ * @author   Jason M. Felice <jason.m.felice@gmail.com>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Listener_Audio extends Horde_Notification_Listener
 {
index 2f653f2..aa85dd4 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Notification
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Listener_Javascript extends Horde_Notification_Listener
 {
index e7b9bc1..a69ee02 100644 (file)
@@ -8,8 +8,10 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author  Jan Schneider <jan@horde.org>
- * @package Horde_Notification
+ * @author   Jan Schneider <jan@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Notification
  */
 class Horde_Notification_Listener_Status extends Horde_Notification_Listener
 {
index 24e2a44..31cecfd 100644 (file)
@@ -3,7 +3,7 @@
  * A class that stores notifications in an object.
  *
  * @category Horde
- * @package  Horde_Notification
+ * @package  Notification
  * @author   Jan Schneider <jan@horde.org>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Notification
index 3b8964c..41000b7 100644 (file)
@@ -3,7 +3,7 @@
  * A class that stores notifications in the session.
  *
  * @category Horde
- * @package  Horde_Notification
+ * @package  Notification
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Notification