示例#1
0
文件: Mail.php 项目: crlang44/frapi
 /**
  * Clears the default sender from the mail
  * 
  * @return void
  */
 public static function clearDefaultFrom()
 {
     self::$_defaultFrom = null;
 }