You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TDBMService.php
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1119,13 +1119,17 @@ private function exploreChildrenTablesRelationships(SchemaAnalyzer $schemaAnalyz
1119
1119
* @param string[] $additionalTablesFetch
1120
1120
* @param int|null $mode
1121
1121
* @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
1122
+
* @param string $resultIteratorClass The name of the resultIterator class to return
1122
1123
*
1123
1124
* @return ResultIterator An object representing an array of results
@@ -1152,13 +1156,17 @@ public function findObjects(string $mainTable, $filter = null, array $parameters
1152
1156
* @param string|UncheckedOrderBy|null $orderString The ORDER BY part of the query. All columns must be prefixed by the table name (in the form: table.column)
1153
1157
* @param int $mode
1154
1158
* @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
1159
+
* @param string $resultIteratorClass The name of the resultIterator class to return
1155
1160
*
1156
1161
* @return ResultIterator An object representing an array of results
0 commit comments