コード例 #1
0
ファイル: _ide_helper.php プロジェクト: ryutaroOuchi/Laravel
 /**
  * Set the reconnect instance on the connection.
  *
  * @param callable $reconnector
  * @return $this 
  * @static 
  */
 public static function setReconnector($reconnector)
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Jenssegers\Mongodb\Connection::setReconnector($reconnector);
 }