Exemplo n.º 1
0
 /**
  * Initialize Zend_Mail object
  *
  */
 private static function _setMailObj()
 {
     self::$_mail = new Zend_Mail();
 }