Пример #1
0
 /**
  * Set whether or not to use SSL when notifying bugsnag
  *
  * @param Boolean $useSSL whether to use SSL
  * @static 
  */
 public static function setUseSSL($useSSL)
 {
     return \Bugsnag_Client::setUseSSL($useSSL);
 }