public function jsonSerialize() { return array_merge(array('type' => $this->type, 'name' => $this->name), parent::jsonSerialize()); }
public function jsonSerialize() { return array_merge(array('resources' => $this->resources), parent::jsonSerialize()); }