コード例 #1
0
ファイル: Mail.php プロジェクト: crlang44/frapi
 /**
  * Clears the default sender from the mail
  * 
  * @return void
  */
 public static function clearDefaultFrom()
 {
     self::$_defaultFrom = null;
 }