|
@@ -36,9 +36,7 @@ discard block |
|
|
block discarded – undo |
|
36
|
36
|
* |
|
37
|
37
|
* @param QueryInterface $query Database query instance |
|
38
|
38
|
* @param string $materialID Additional field identifier |
|
39
|
|
- * @param string $fieldValue Additional field value for searching |
|
40
|
39
|
* @param array|null $return Variable where request result would be returned |
|
41
|
|
- * @param array $materialIDs Collection of material identifiers for filtering query |
|
42
|
40
|
* @return bool|array True if material entities has been found and $return is passed |
|
43
|
41
|
* or identifiers collection if only two parameters is passed. |
|
44
|
42
|
*/ |
|
@@ -89,7 +87,7 @@ discard block |
|
|
block discarded – undo |
|
89
|
87
|
* @param QueryInterface $query Query object instance |
|
90
|
88
|
* @param string $materialID Material identifier |
|
91
|
89
|
* @param string $fieldID Additional field identifier |
|
92
|
|
- * @param self[]|null $return Variable to return found database record |
|
|
90
|
+ * @param MaterialField[] $return Variable to return found database record |
|
93
|
91
|
* @param string $locale Locale identifier |
|
94
|
92
|
* @return bool|null|self[] Field instance or null if 3rd parameter not passed |
|
95
|
93
|
*/ |
Please login to merge, or discard this patch.