Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getDeletedThreads()
 {
     $participant = $this->getAuthenticatedParticipant();
     return $this->threadManager->findParticipantDeletedThreads($participant);
 }