コード例 #1
0
ファイル: Station.php プロジェクト: NemanjaK/meteoalarm
 public function getHistory($component = null)
 {
     $this->historyRepository->getLatestForStationAndComponent($this, $component);
 }
コード例 #2
0
 protected function initializeRepository()
 {
     $this->repository = StationAqiHistoryRepository::getInstance();
 }