andWhere('.email LIKE :email') ->setParameter('email', $email); } public function filterByWorkshop(WorkshopInterface $workshop) { return $this->andWhereEqual('workshop', $workshop); } }