aswi2020sebela-gitlab/website/src/IOpenDataManager.php @ 728f8c5d
1 |
<?php
|
---|---|
2 |
|
3 |
namespace App\OpenData; |
4 |
|
5 |
interface IOpenDataManager { |
6 |
public function getCollectionDataByName($name, $date, $hour); |
7 |
|
8 |
public function getAvailableCollections(); |
9 |
|
10 |
public function getAvailableCollectionsByDay($date); |
11 |
}
|