<?php
/**
* Description of the script here.
*
* Created on Aug 1, 2008
*
* @package
* @author Shannon Quinn
* @version 0.1
*/
class JoomlaMessagesService extends MessagesService {
/** $message is an array containing the following fields:
* [id] => {msgid}
* [title] => You have an invitation from Joe
* [body] => Click <a href="http://app.example.org/invites/{msgid}">here</a> to review your invitation.
* [recipients] => Array
* (
* [0] => example.org:AD38B3886625AAF
* [1] => example.org:997638BAA6F25AD
* )
*/
public function createMessage($userId,
$message,
SecurityToken $token) {
}
}
?>