コード例 #1
0
ファイル: _ide_helper.php プロジェクト: ryutaroOuchi/Laravel
 /**
  * Get the default fetch mode for the connection.
  *
  * @return int 
  * @static 
  */
 public static function getFetchMode()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Jenssegers\Mongodb\Connection::getFetchMode();
 }