Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getId()
 {
     if ($this->__isInitialized__ === false) {
         return parent::getId();
     }
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', array());
     return parent::getId();
 }
Exemplo n.º 2
0
 public function setValuesFromOrm(\Orm\Entity\Page $page)
 {
     $this->setId($page->getId());
     $this->setName($page->getName());
 }