1 | <?php |
||
11 | final class AccessProperty |
||
12 | { |
||
13 | /** |
||
14 | * @throws PropertyNotFoundException |
||
15 | */ |
||
16 | 50 | public function __invoke($object, string $property): \ReflectionProperty |
|
28 | |||
29 | 48 | private function byObject($object, string $property): \ReflectionProperty |
|
39 | |||
40 | 24 | private function byClass(string $class, string $property): \ReflectionProperty |
|
57 | } |
||
58 |