コード例 #1
0
 public function findQuestionChildren($parentQuestionName)
 {
     return $this->questionDao->findQuestionChildren($parentQuestionName);
 }