@@ -50,6 +50,7 @@ discard block |
||
| 50 | 50 | * @param Vocabulary $vocab |
| 51 | 51 | * @param EasyRdf\Resource $resource |
| 52 | 52 | * @param EasyRdf\Graph $graph |
| 53 | + * @param string|null $clang |
|
| 53 | 54 | */ |
| 54 | 55 | public function __construct($model, $vocab, $resource, $graph, $clang) |
| 55 | 56 | { |
@@ -526,6 +527,7 @@ discard block |
||
| 526 | 527 | |
| 527 | 528 | /** |
| 528 | 529 | * Gets the groups/arrays the concept belongs to. |
| 530 | + * @param boolean $includeArrays |
|
| 529 | 531 | */ |
| 530 | 532 | public function getReverseResources($includeArrays) { |
| 531 | 533 | $groups = array(); |