/** * Returns all entities of the child class * * @return array */ public function findAll() { return $this->repository->findAll(); }