@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | * Get the localname of a concept in the vocabulary. If the URI is not |
110 | 110 | * in the URI space of this vocabulary, return the full URI. |
111 | 111 | * |
112 | - * @param $uri string full URI of concept |
|
112 | + * @param string $uri string full URI of concept |
|
113 | 113 | * @return string local name of concept, or original full URI if the local name cannot be determined |
114 | 114 | */ |
115 | 115 | public function getLocalName($uri) |
@@ -281,6 +281,8 @@ discard block |
||
281 | 281 | |
282 | 282 | /** |
283 | 283 | * Counts the statistics of the vocabulary. |
284 | + * @param string $array |
|
285 | + * @param string $group |
|
284 | 286 | * @return array of the concept/group counts |
285 | 287 | */ |
286 | 288 | public function getStatistics($lang = '', $array=null, $group=null) |
@@ -320,6 +322,7 @@ discard block |
||
320 | 322 | /** |
321 | 323 | * Gets the child relations of a concept and whether these children have more children. |
322 | 324 | * @param string $uri |
325 | + * @param string $lang |
|
323 | 326 | */ |
324 | 327 | public function getConceptChildren($uri, $lang) |
325 | 328 | { |
@@ -428,6 +431,8 @@ discard block |
||
428 | 431 | /** |
429 | 432 | * Lists the concepts available in the concept group. |
430 | 433 | * @param $clname |
434 | + * @param string $glname |
|
435 | + * @param string $clang |
|
431 | 436 | * @return array |
432 | 437 | */ |
433 | 438 | public function listConceptGroupContents($glname, $clang) |
@@ -595,6 +600,7 @@ discard block |
||
595 | 600 | * Returns a list of recently changed or entirely new concepts. |
596 | 601 | * @param string $clang content language for the labels |
597 | 602 | * @param string $lang UI language for the dates |
603 | + * @param string $prop |
|
598 | 604 | * @return Array |
599 | 605 | */ |
600 | 606 | public function getChangeList($prop, $clang, $lang, $offset) |
@@ -608,6 +614,9 @@ discard block |
||
608 | 614 | return $bydate; |
609 | 615 | } |
610 | 616 | |
617 | + /** |
|
618 | + * @param string $lang |
|
619 | + */ |
|
611 | 620 | public function getTitle($lang=null) { |
612 | 621 | return $this->config->getTitle($lang); |
613 | 622 | } |