示例#1
0
文件: Mail.php 项目: crlang44/frapi
 /**
  * Clears the default ReplyTo-address and -name from the mail
  * 
  * @return void
  */
 public static function clearDefaultReplyTo()
 {
     self::$_defaultReplyTo = null;
 }
示例#2
0
文件: Mail.php 项目: Tony133/zf-web
 /**
  * Clears the default ReplyTo-address and -name from the mail
  *
  * @return void
  */
 public static function clearDefaultReplyTo()
 {
     self::$_defaultReplyTo = array();
 }