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