コード例 #1
0
ファイル: Provider.php プロジェクト: rat4m3n/FOSMessageBundle
 /**
  * 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);
 }