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