Exemple #1
0
 /**
  * Determine if the given collection exists.
  *
  * @param string $collection
  * @return bool 
  * @static 
  */
 public static function hasCollection($collection)
 {
     return \Jenssegers\Mongodb\Schema\Builder::hasCollection($collection);
 }