Example #1
0
 public function hideClient(Client $client)
 {
     $client->hide();
     $this->om->persist($client);
     $this->om->flush();
 }