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