Example #1
0
 public function sendPrivateMessage($recipient, $subject, $text, $inReplyTo = false)
 {
     return parent::sendPrivateMessage($recipient, $subject, $text, $inReplyTo);
 }