Commit a0ffbf2844844dd986eb44a3bae9a504c8f51457
1 parent
d32db03e
updated interface
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@902 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
8 deletions
lib/subscriptions/alert/SMSAlert.inc
| 1 | <?php | 1 | <?php |
| 2 | -require_once("$default->owl_fs_root/lib/users/User.inc"); | ||
| 3 | -require_once("$default->owl_fs_root/lib/documentmanagement/Document.inc"); | ||
| 4 | -require_once("$default->owl_fs_root/lib/foldermanagement/Folder.inc"); | ||
| 5 | -require_once("$default->owl_fs_root/lib/subscriptions/DocumentSubscription.inc"); | ||
| 6 | -require_once("$default->owl_fs_root/lib/subscriptions/FolderSubscription.inc"); | ||
| 7 | -require_once("$default->owl_fs_root/lib/email/Email.inc"); | ||
| 8 | - | ||
| 9 | /** | 2 | /** |
| 10 | * | 3 | * |
| 11 | * $Id$ | 4 | * $Id$ |
| 12 | * | 5 | * |
| 13 | - * Facilitates adding and removing file and folder subscriptions. | 6 | + * Sends an sms (subscription) alert. |
| 14 | * | 7 | * |
| 15 | * Licensed under the GNU GPL. For full terms see the file COPYING. | 8 | * Licensed under the GNU GPL. For full terms see the file COPYING. |
| 16 | * | 9 | * |
| @@ -21,4 +14,5 @@ require_once("$default->owl_fs_root/lib/email/Email.inc"); | @@ -21,4 +14,5 @@ require_once("$default->owl_fs_root/lib/email/Email.inc"); | ||
| 21 | */ | 14 | */ |
| 22 | class SMSAlert { | 15 | class SMSAlert { |
| 23 | function SMSAlert($sAddress, $sContent) {} | 16 | function SMSAlert($sAddress, $sContent) {} |
| 17 | + function send() {} | ||
| 24 | } | 18 | } |