コード例 #1
0
ファイル: util.php プロジェクト: sumitnegi933/Moodle_lms_New
 /**
  * End phpmailer redirection.
  *
  * Note: Do not call directly from tests,
  *       use $sink->close() instead.
  */
 public static function stop_phpmailer_redirection()
 {
     self::$phpmailersink = null;
 }