From 5cb275f850668dcca18a2d671afa0d588218611b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 13 Jul 2010 20:22:04 -0600 Subject: [PATCH] phpdoc --- framework/Notification/lib/Horde/Notification.php | 6 ++++-- framework/Notification/lib/Horde/Notification/Event.php | 6 ++++-- framework/Notification/lib/Horde/Notification/Event/Status.php | 6 ++++-- framework/Notification/lib/Horde/Notification/Handler.php | 6 ++++-- .../lib/Horde/Notification/Handler/Decorator/Alarm.php | 6 ++++-- .../lib/Horde/Notification/Handler/Decorator/Base.php | 8 +++++--- .../Notification/lib/Horde/Notification/Handler/Decorator/Log.php | 6 ++++-- framework/Notification/lib/Horde/Notification/Listener.php | 6 ++++-- framework/Notification/lib/Horde/Notification/Listener/Audio.php | 6 ++++-- .../Notification/lib/Horde/Notification/Listener/Javascript.php | 6 ++++-- framework/Notification/lib/Horde/Notification/Listener/Status.php | 6 ++++-- framework/Notification/lib/Horde/Notification/Storage/Object.php | 2 +- framework/Notification/lib/Horde/Notification/Storage/Session.php | 2 +- 13 files changed, 47 insertions(+), 25 deletions(-) diff --git a/framework/Notification/lib/Horde/Notification.php b/framework/Notification/lib/Horde/Notification.php index ecb261097..30c5cd8e6 100644 --- a/framework/Notification/lib/Horde/Notification.php +++ b/framework/Notification/lib/Horde/Notification.php @@ -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 - * @package Horde_Notification + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ class Horde_Notification { diff --git a/framework/Notification/lib/Horde/Notification/Event.php b/framework/Notification/lib/Horde/Notification/Event.php index fa593ae3d..d24df710b 100644 --- a/framework/Notification/lib/Horde/Notification/Event.php +++ b/framework/Notification/lib/Horde/Notification/Event.php @@ -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 - * @package Horde_Notification + * @author Hans Lellelid + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ class Horde_Notification_Event { diff --git a/framework/Notification/lib/Horde/Notification/Event/Status.php b/framework/Notification/lib/Horde/Notification/Event/Status.php index 045e0494a..153a5d763 100644 --- a/framework/Notification/lib/Horde/Notification/Event/Status.php +++ b/framework/Notification/lib/Horde/Notification/Event/Status.php @@ -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 - * @package Horde_Notification + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ class Horde_Notification_Event_Status extends Horde_Notification_Event { diff --git a/framework/Notification/lib/Horde/Notification/Handler.php b/framework/Notification/lib/Horde/Notification/Handler.php index 2c4d6807f..4901cad9c 100644 --- a/framework/Notification/lib/Horde/Notification/Handler.php +++ b/framework/Notification/lib/Horde/Notification/Handler.php @@ -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 - * @package Horde_Notification + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ class Horde_Notification_Handler { diff --git a/framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php b/framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php index 0189abf6a..79d370a11 100644 --- a/framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php +++ b/framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php @@ -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 - * @package Horde_Notification + * @author Jan Schneider + * @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 diff --git a/framework/Notification/lib/Horde/Notification/Handler/Decorator/Base.php b/framework/Notification/lib/Horde/Notification/Handler/Decorator/Base.php index 454127f79..a4f83028f 100644 --- a/framework/Notification/lib/Horde/Notification/Handler/Decorator/Base.php +++ b/framework/Notification/lib/Horde/Notification/Handler/Decorator/Base.php @@ -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 - * @author Michael Slusarz - * @package Horde_Notification + * @author Jan Schneider + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ class Horde_Notification_Handler_Decorator_Base { diff --git a/framework/Notification/lib/Horde/Notification/Handler/Decorator/Log.php b/framework/Notification/lib/Horde/Notification/Handler/Decorator/Log.php index f7181a6e3..98378231a 100644 --- a/framework/Notification/lib/Horde/Notification/Handler/Decorator/Log.php +++ b/framework/Notification/lib/Horde/Notification/Handler/Decorator/Log.php @@ -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 - * @package Horde_Notification + * @author Jan Schneider + * @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 diff --git a/framework/Notification/lib/Horde/Notification/Listener.php b/framework/Notification/lib/Horde/Notification/Listener.php index e3bd2a330..faaddff9f 100644 --- a/framework/Notification/lib/Horde/Notification/Listener.php +++ b/framework/Notification/lib/Horde/Notification/Listener.php @@ -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 - * @package Horde_Notification + * @author Chuck Hagenbuch + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ abstract class Horde_Notification_Listener { diff --git a/framework/Notification/lib/Horde/Notification/Listener/Audio.php b/framework/Notification/lib/Horde/Notification/Listener/Audio.php index c6ff8816c..ea0085c9b 100644 --- a/framework/Notification/lib/Horde/Notification/Listener/Audio.php +++ b/framework/Notification/lib/Horde/Notification/Listener/Audio.php @@ -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 - * @package Horde_Notification + * @author Jason M. Felice + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ class Horde_Notification_Listener_Audio extends Horde_Notification_Listener { diff --git a/framework/Notification/lib/Horde/Notification/Listener/Javascript.php b/framework/Notification/lib/Horde/Notification/Listener/Javascript.php index 2f653f218..aa85dd421 100644 --- a/framework/Notification/lib/Horde/Notification/Listener/Javascript.php +++ b/framework/Notification/lib/Horde/Notification/Listener/Javascript.php @@ -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 - * @package Horde_Notification + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ class Horde_Notification_Listener_Javascript extends Horde_Notification_Listener { diff --git a/framework/Notification/lib/Horde/Notification/Listener/Status.php b/framework/Notification/lib/Horde/Notification/Listener/Status.php index e7b9bc104..a69ee026d 100644 --- a/framework/Notification/lib/Horde/Notification/Listener/Status.php +++ b/framework/Notification/lib/Horde/Notification/Listener/Status.php @@ -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 - * @package Horde_Notification + * @author Jan Schneider + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Notification */ class Horde_Notification_Listener_Status extends Horde_Notification_Listener { diff --git a/framework/Notification/lib/Horde/Notification/Storage/Object.php b/framework/Notification/lib/Horde/Notification/Storage/Object.php index 24e2a44e5..31cecfd4d 100644 --- a/framework/Notification/lib/Horde/Notification/Storage/Object.php +++ b/framework/Notification/lib/Horde/Notification/Storage/Object.php @@ -3,7 +3,7 @@ * A class that stores notifications in an object. * * @category Horde - * @package Horde_Notification + * @package Notification * @author Jan Schneider * @license http://www.fsf.org/copyleft/lgpl.html LGPL * @link http://pear.horde.org/index.php?package=Notification diff --git a/framework/Notification/lib/Horde/Notification/Storage/Session.php b/framework/Notification/lib/Horde/Notification/Storage/Session.php index 3b8964c85..41000b7c5 100644 --- a/framework/Notification/lib/Horde/Notification/Storage/Session.php +++ b/framework/Notification/lib/Horde/Notification/Storage/Session.php @@ -3,7 +3,7 @@ * A class that stores notifications in the session. * * @category Horde - * @package Horde_Notification + * @package Notification * @author Gunnar Wrobel * @license http://www.fsf.org/copyleft/lgpl.html LGPL * @link http://pear.horde.org/index.php?package=Notification -- 2.11.0