コード例 #1
0
ファイル: Planet.php プロジェクト: origin-projects/OGetIt
 public function jsonSerialize()
 {
     return array_merge(array('type' => $this->type, 'name' => $this->name), parent::jsonSerialize());
 }
コード例 #2
0
ファイル: DebrisField.php プロジェクト: ojgarciab/OGetIt
 public function jsonSerialize()
 {
     return array_merge(array('resources' => $this->resources), parent::jsonSerialize());
 }