@@ -10,6 +10,9 @@ |
||
10 | 10 | */ |
11 | 11 | class VocabularyCategory extends DataObject |
12 | 12 | { |
13 | + /** |
|
14 | + * @param Model $model |
|
15 | + */ |
|
13 | 16 | public function __construct($model, $resource) |
14 | 17 | { |
15 | 18 | if (!($model instanceof Model)) { |
@@ -55,6 +55,7 @@ |
||
55 | 55 | |
56 | 56 | /** |
57 | 57 | * Steps back, restoring the previous character or statement read() to the input buffer. |
58 | + * @param string $chars |
|
58 | 59 | */ |
59 | 60 | protected function unread($chars) |
60 | 61 | { |
@@ -3,6 +3,9 @@ |
||
3 | 3 | class LabelSkosXL extends DataObject |
4 | 4 | { |
5 | 5 | |
6 | + /** |
|
7 | + * @param Model $model |
|
8 | + */ |
|
6 | 9 | public function __construct($model, $resource) |
7 | 10 | { |
8 | 11 | parent::__construct($model, $resource); |
@@ -10,6 +10,11 @@ |
||
10 | 10 | /** property type */ |
11 | 11 | private $type; |
12 | 12 | |
13 | + /** |
|
14 | + * @param Model $model |
|
15 | + * @param Vocabulary $vocab |
|
16 | + * @param Resource $resource |
|
17 | + */ |
|
13 | 18 | public function __construct($model, $vocab, $resource, $literal, $prop) |
14 | 19 | { |
15 | 20 | parent::__construct($model, $vocab, $resource); |
@@ -74,6 +74,7 @@ discard block |
||
74 | 74 | * @param Vocabulary $vocab |
75 | 75 | * @param EasyRdf\Resource $resource |
76 | 76 | * @param EasyRdf\Graph $graph |
77 | + * @param string|null $clang |
|
77 | 78 | */ |
78 | 79 | public function __construct($model, $vocab, $resource, $graph, $clang) |
79 | 80 | { |
@@ -738,6 +739,7 @@ discard block |
||
738 | 739 | |
739 | 740 | /** |
740 | 741 | * Gets the groups/arrays the concept belongs to. |
742 | + * @param boolean $includeArrays |
|
741 | 743 | */ |
742 | 744 | private function getCollections($includeArrays) { |
743 | 745 | $groups = array(); |
@@ -169,6 +169,8 @@ |
||
169 | 169 | |
170 | 170 | /** |
171 | 171 | * Return the mapping as a JSKOS-compatible array. |
172 | + * @param string $lang |
|
173 | + * @param string $hrefLink |
|
172 | 174 | * @return array |
173 | 175 | */ |
174 | 176 | public function asJskos($queryExVocabs = true, $lang = null, $hrefLink = null) |
@@ -266,6 +266,7 @@ discard block |
||
266 | 266 | |
267 | 267 | /** |
268 | 268 | * Returns skosmos:marcSourcecode value set in config.ttl. |
269 | + * @param string $lang |
|
269 | 270 | * @return string marcsource name |
270 | 271 | */ |
271 | 272 | public function getMarcSourceCode($lang = null) |
@@ -275,7 +276,7 @@ discard block |
||
275 | 276 | |
276 | 277 | /** |
277 | 278 | * Returns a boolean value set in the config.ttl config. |
278 | - * @return array array of concept class URIs (can be empty) |
|
279 | + * @return string[] array of concept class URIs (can be empty) |
|
279 | 280 | */ |
280 | 281 | public function getIndexClasses() |
281 | 282 | { |
@@ -284,7 +285,7 @@ discard block |
||
284 | 285 | |
285 | 286 | /** |
286 | 287 | * Returns skosmos:externalProperty values set in the config.ttl config. |
287 | - * @return array array of external property URIs (can be empty) |
|
288 | + * @return string[] array of external property URIs (can be empty) |
|
288 | 289 | */ |
289 | 290 | public function getExtProperties() |
290 | 291 | { |
@@ -410,6 +411,7 @@ discard block |
||
410 | 411 | |
411 | 412 | /** |
412 | 413 | * Returns the vocabulary dc:type value(s) with their labels and uris, if set in the vocabulary configuration. |
414 | + * @param string $lang |
|
413 | 415 | * @return array of objects or an empty array |
414 | 416 | */ |
415 | 417 | public function getTypes($lang = null) |
@@ -23,6 +23,7 @@ discard block |
||
23 | 23 | |
24 | 24 | /** |
25 | 25 | * Initializes the Model object. |
26 | + * @param Model $model |
|
26 | 27 | */ |
27 | 28 | public function __construct($model) |
28 | 29 | { |
@@ -290,7 +291,7 @@ discard block |
||
290 | 291 | * Sends HTTP headers. Simply calls PHP built-in header function. But being |
291 | 292 | * a function here, it can easily be tested/mocked. |
292 | 293 | * |
293 | - * @param $header string header to be sent |
|
294 | + * @param string $header string header to be sent |
|
294 | 295 | */ |
295 | 296 | protected function sendHeader($header) |
296 | 297 | { |
@@ -235,6 +235,11 @@ discard block |
||
235 | 235 | )); |
236 | 236 | } |
237 | 237 | |
238 | + /** |
|
239 | + * @param string $fromName |
|
240 | + * @param string|null $fromEmail |
|
241 | + * @param string $sender |
|
242 | + */ |
|
238 | 243 | private function createFeedbackHeaders($fromName, $fromEmail, $toMail, $sender) |
239 | 244 | { |
240 | 245 | $headers = "MIME-Version: 1.0" . "\r\n"; |
@@ -256,6 +261,7 @@ discard block |
||
256 | 261 | * @param string $fromName senders own name. |
257 | 262 | * @param string $fromEmail senders email address. |
258 | 263 | * @param string $fromVocab which vocabulary is the feedback related to. |
264 | + * @param string $toMail |
|
259 | 265 | */ |
260 | 266 | public function sendFeedback($request, $message, $fromName = null, $fromEmail = null, $fromVocab = null, $toMail = null) |
261 | 267 | { |
@@ -538,6 +544,7 @@ discard block |
||
538 | 544 | |
539 | 545 | /** |
540 | 546 | * Invokes a very generic errorpage. |
547 | + * @param string $message |
|
541 | 548 | */ |
542 | 549 | public function invokeGenericErrorPage($request, $message = null) |
543 | 550 | { |