Exemple #1
0
 /**
  *
  * @param int $id
  * @return EQUESTIONS_BOL_Option
  */
 public function findOption($id)
 {
     return $this->optionDao->findById($id);
 }