@@ -36,7 +36,7 @@ class lizmap
36
36
protected static $ repositories = array ();
37
37
38
38
/**
39
- * @var lizmapRepository [] list of repository instances. keys are repository names
39
+ * @var Repository [] list of repository instances. keys are repository names
40
40
*/
41
41
protected static $ repositoryInstances = array ();
42
42
@@ -166,8 +166,8 @@ public static function getRepositoryPropertiesOptions()
166
166
/**
167
167
* Get the jForm for a repository.
168
168
*
169
- * @param null|lizmapRepository $rep
170
- * @param jFormsBase $form
169
+ * @param null|Repository $rep
170
+ * @param jFormsBase $form
171
171
*
172
172
* @return jFormsBase
173
173
*/
@@ -259,7 +259,7 @@ public static function constructRepositoryForm($rep, $form)
259
259
*
260
260
* @param string $key Key of the repository to get
261
261
*
262
- * @return null|lizmapRepository
262
+ * @return null|Repository
263
263
*/
264
264
public static function getRepository ($ key )
265
265
{
@@ -286,7 +286,7 @@ public static function getRepository($key)
286
286
* @param string $key the repository name
287
287
* @param array $data list of properties for the repository
288
288
*
289
- * @return null|lizmapRepository
289
+ * @return null|Repository
290
290
*/
291
291
public static function createRepository ($ key , $ data )
292
292
{
0 commit comments