1 | <?php |
||
13 | class SymfonyPropertyAccessor implements PropertyAccessorInterface |
||
14 | { |
||
15 | protected $accessor; |
||
16 | |||
17 | /** |
||
18 | * SymfonyPropertyAccessor constructor. |
||
19 | * |
||
20 | * @param SymfonyPropertyAccessorInterface $accessor |
||
21 | */ |
||
22 | 1 | public function __construct(SymfonyPropertyAccessorInterface $accessor) |
|
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | 1 | public function getValue($resource, string $path) |
|
34 | } |