/**
  * @return Module[]
  * @throws Exception
  */
 public function fetchAll()
 {
     return $this->query->fetchAll();
 }