@@ -281,6 +281,9 @@ |
||
281 | 281 | return $this->fields[$field] ?? null; |
282 | 282 | } |
283 | 283 | |
284 | + /** |
|
285 | + * @return Table |
|
286 | + */ |
|
284 | 287 | public function getJoinTable(Table $table): ?Table |
285 | 288 | { |
286 | 289 | $name1 = $this->getName(); |