コード例 #1
0
ファイル: _ide_helper.php プロジェクト: ryutaroOuchi/Laravel
 /**
  * Determine if the connection in a "dry run".
  *
  * @return bool 
  * @static 
  */
 public static function pretending()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Jenssegers\Mongodb\Connection::pretending();
 }