Exemplo n.º 1
0
 /**
  * Gets the thread in the sentbox of the current user
  *
  * @return array of ThreadInterface
  */
 public function getSentThreads()
 {
     $participant = $this->getAuthenticatedParticipant();
     return $this->threadManager->findParticipantSentThreads($participant);
 }