/** * * */ public function flush() { $this->dm->getSchemaManager()->ensureIndexes(); $this->dm->flush(null, array('safe' => true)); }
/** * {@inheritdoc} */ public function flush() { return $this->wrapped->flush(); }