コード例 #1
0
 /**
  * @param $data
  * @return bool|int
  */
 public function update($data)
 {
     return $this->question->update($data);
 }