コード例 #1
0
 /**
  * Returns all entities of the child class
  *
  * @return array
  */
 public function findAll()
 {
     return $this->repository->findAll();
 }