Exemple #1
0
 /**
  * Enable hydrate ghost pages.
  *
  * @param bool $enable
  *
  * @return $this
  */
 public function setHydrateGhost($enable)
 {
     $this->mapping->setHydrateGhost($enable);
     return $this;
 }