コード例 #1
0
ファイル: _ide_helper.php プロジェクト: xiao-hu00/phphub
 /**
  * Sets whether Bugsnag should send $_ENV with each error.
  *
  * @param Boolean $sendEnvironment whether to send the environment
  * @static 
  */
 public static function setSendEnvironment($sendEnvironment)
 {
     return \Bugsnag_Client::setSendEnvironment($sendEnvironment);
 }