@@ -540,6 +540,9 @@ |
||
| 540 | 540 | return $object->{$fieldName}; |
| 541 | 541 | } |
| 542 | 542 | |
| 543 | + /** |
|
| 544 | + * @param string $fieldName |
|
| 545 | + */ |
|
| 543 | 546 | private function cacheFieldGetter(object $object, ?string $fieldName, string $method, ?string $getter = null): void |
| 544 | 547 | { |
| 545 | 548 | $getterKey = $this->getFieldGetterKey($object, $fieldName); |