@@ -98,6 +98,7 @@ |
||
98 | 98 | |
99 | 99 | /** |
100 | 100 | * Get the field class name. |
101 | + * @return string |
|
101 | 102 | */ |
102 | 103 | private function getClassName(string $name, string $type): ?string |
103 | 104 | { |
@@ -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(); |