コード例 #1
0
 public function jsonSerialize()
 {
     return array_merge(parent::jsonSerialize(), array('value' => array($this->getUsername(), $this->getPassword(), $this->getNote())));
 }
コード例 #2
0
 public function jsonSerialize()
 {
     return array_merge(parent::jsonSerialize(), array('value' => $this->getMap()));
 }