Exemplo n.º 1
0
 /**
  * Returns data to show in json
  * @return array
  */
 public function jsonSerialize()
 {
     $data = parent::jsonSerialize();
     return array_merge($data, array('year' => $this->getYear(), 'isWinter' => $this->getIsWinter()));
 }
Exemplo n.º 2
0
 /**
  * Returns data to show in json
  * @return array
  */
 public function jsonSerialize()
 {
     $data = parent::jsonSerialize();
     return array_merge($data, array('courseroom' => $this->getCourseroom()));
 }