コード例 #1
0
ファイル: _ide_helper.php プロジェクト: xiao-hu00/phphub
 /**
  * Set the a regular expression for matching filenames in stacktrace lines
  * that are part of your application.
  *
  * @param String $projectRootRegex regex matching paths belong to your project
  * @static 
  */
 public static function setProjectRootRegex($projectRootRegex)
 {
     return \Bugsnag_Client::setProjectRootRegex($projectRootRegex);
 }