Revize 15a58d5d
Přidáno uživatelem Jakub Vašta před téměř 5 roky(ů)
website/src/Repository/OpenDataManager.php | ||
---|---|---|
18 | 18 |
private $manager; |
19 | 19 |
|
20 | 20 |
/** |
21 |
* @param IOpenDataManager autowired connection to database
|
|
21 |
* @param string connection string to database
|
|
22 | 22 |
*/ |
23 | 23 |
public function __construct($connectionString) { |
24 | 24 |
$this->manager = new Manager( |
Také k dispozici: Unified diff
Update OpenDataManager.php