|
@@ -1301,7 +1301,7 @@ discard block |
|
|
block discarded – undo |
|
1301
|
1301
|
* @param string $mainTable The name of the table queried |
|
1302
|
1302
|
* @param string|array|null $filter The SQL filters to apply to the query (the WHERE part). Columns from tables different from $mainTable must be prefixed by the table name (in the form: table.column) |
|
1303
|
1303
|
* @param array $parameters |
|
1304
|
|
- * @param string|UncheckedOrderBy|null $orderString The ORDER BY part of the query. Columns from tables different from $mainTable must be prefixed by the table name (in the form: table.column) |
|
|
1304
|
+ * @param string|null $orderString The ORDER BY part of the query. Columns from tables different from $mainTable must be prefixed by the table name (in the form: table.column) |
|
1305
|
1305
|
* @param array $additionalTablesFetch |
|
1306
|
1306
|
* @param int $mode |
|
1307
|
1307
|
* @param string $className Optional: The name of the class to instantiate. This class must extend the TDBMObject class. If none is specified, a TDBMObject instance will be returned |
|
@@ -1769,7 +1769,7 @@ discard block |
|
|
block discarded – undo |
|
1769
|
1769
|
* @param $pivotTableName |
|
1770
|
1770
|
* @param AbstractTDBMObject $bean |
|
1771
|
1771
|
* |
|
1772
|
|
- * @return AbstractTDBMObject[] |
|
|
1772
|
+ * @return ResultIterator |
|
1773
|
1773
|
*/ |
|
1774
|
1774
|
public function _getRelatedBeans(string $pivotTableName, AbstractTDBMObject $bean) |
|
1775
|
1775
|
{ |
Please login to merge, or discard this patch.