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