示例#1
0
 /**
  * Clears the default sender from the mail
  *
  * @return void
  */
 public static function clearDefaultFrom()
 {
     self::$_defaultFrom = null;
 }