@@ -74,6 +74,9 @@ |
||
| 74 | 74 | return \count($objects)>20; |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | + /** |
|
| 78 | + * @param string $className |
|
| 79 | + */ |
|
| 77 | 80 | protected function manyToOneFormField(DataForm $form,$member,$className,$instance){ |
| 78 | 81 | $joinColumn=OrmUtils::getAnnotationInfoMember($className, "#joinColumn", $member); |
| 79 | 82 | if($joinColumn){ |