@@ -66,6 +66,9 @@ |
||
66 | 66 | } |
67 | 67 | } |
68 | 68 | |
69 | + /** |
|
70 | + * @param Data\Result $object |
|
71 | + */ |
|
69 | 72 | public static function runGetter(&$object, string $key) |
70 | 73 | { |
71 | 74 | $methodName = static::getMethodName($key, 'get'); |