DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Sat, 3 Nov 2012 04:15:26 +0000 (12:15 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 3 Nov 2012 04:15:26 +0000 (12:15 +0800)
DataObjects/Person.php

index ec47f6d..b85f93c 100644 (file)
@@ -41,19 +41,14 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
     ###END_AUTOCODE
     /**
      *
-     * Build an email to sent do user
      *
-     * key 'args'
      *
-     * no_auth => disable authentication check on
-     * templateDir => alternative template directory.
-     * HTTP_HOST
      *
-     * expects mail/TMPLATE.txt (if .html exists, it will be the html body version)
-     * 
-     * @param {String} $templateFile  (mail/XXXXXXX.txt) exclude the mail and .txt bit.
-     * @param {Array|Object} $args   data to send out..
-     * @return {Array|PEAR_Error} array of $recipents, $header, $body 
+     *  FIXME !!!! -- USE Pman_Core_Mailer !!!!!
+     *
+     *
+     *
+     *  
      */
     function buildMail($templateFile, $args)
     {