Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function initData()
 {
     if (null === $this->getProperty('auto_hydrate')) {
         $this->setProperty('auto_hydrate', false);
     }
     parent::initData();
 }