@@ -441,6 +441,9 @@ |
||
| 441 | 441 | return $object->{$fieldName}; |
| 442 | 442 | } |
| 443 | 443 | |
| 444 | + /** |
|
| 445 | + * @param string $fieldName |
|
| 446 | + */ |
|
| 444 | 447 | private function cacheFieldGetter($object, ?string $fieldName, string $method, ?string $getter = null): void |
| 445 | 448 | { |
| 446 | 449 | $getterKey = $this->getFieldGetterKey($object, $fieldName); |