コード例 #1
0
 /**
  * @return Module[]
  * @throws Exception
  */
 public function fetchAll()
 {
     return $this->query->fetchAll();
 }