Ejemplo n.º 1
0
 public function jsonSerialize()
 {
     return array_merge(array('type' => $this->type, 'name' => $this->name), parent::jsonSerialize());
 }
Ejemplo n.º 2
0
 public function jsonSerialize()
 {
     return array_merge(array('resources' => $this->resources), parent::jsonSerialize());
 }