Ejemplo n.º 1
0
 /**
  * @return array
  */
 public function toArray()
 {
     $result = parent::toArray();
     $result["favouriteModule"] = $this->favouriteModule;
     $result["wageReq"] = $this->getWage();
     return $result;
 }
Ejemplo n.º 2
0
 /**
  * @return array
  */
 public function toArray()
 {
     $result = parent::toArray();
     $result["role"] = $this->role;
     $result['val'] = $this->getVal();
     $result['wageReq'] = $this->getWage();
     return $result;
 }