SMSAlert.inc
386 Bytes
<?php
/**
*
* $Id$
*
* Sends an sms (subscription) alert.
*
* Licensed under the GNU GPL. For full terms see the file COPYING.
*
* @version $Revision$
* @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa
*
* @package lib.subscriptions.alert
*/
class SMSAlert {
function SMSAlert($sAddress, $sContent) {}
function send() {}
}