コード例 #1
0
ファイル: ScheduleModel.php プロジェクト: litvinab/cron-event
 /**
  * @param string $adId
  *
  * @return Schedule|null
  */
 public function getSchedulesByAdId($adId)
 {
     return $this->repository->getSchedulesByAdId($adId)->getSingleResult();
 }