コード例 #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();
 }