コード例 #1
0
ファイル: CallManager.php プロジェクト: Exanrus/sipuni-bundle
 /**
  * @param CallEventInterface $callEvent
  * @return Call
  */
 public function search(CallEventInterface $callEvent)
 {
     return $this->repository->findOneBy(['callExtId' => $callEvent->getCallExtId()]);
 }