Пример #1
0
 /**
  *
  *
  */
 public function flush()
 {
     $this->dm->getSchemaManager()->ensureIndexes();
     $this->dm->flush(null, array('safe' => true));
 }