예제 #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();
 }