Projekt

Obecné

Profil

Stáhnout (115 Bajtů) Statistiky
| Větev: | Revize:
1 3fc08f2d vastja
<?php
2
3
namespace App\OpenData;
4
5
interface IOpenDataManager {
6
    public function getCollectionDataByName($name);
7
}