Ejemplo n.º 1
0
 public function toArray()
 {
     return array_merge(parent::toArray(), array('dateDisplayed' => $this->dateDisplayed, 'type' => $this->type));
 }
Ejemplo n.º 2
0
 public function toArray()
 {
     return array_merge(parent::toArray(), array('parentId' => $this->parentId, 'imageId' => $this->imageId, 'children' => $this->getChildren()->toArray()));
 }