Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | class PropertyObjectProxyFactory implements ObjectProxyFactory |
||
13 | { |
||
14 | private string $defaultPropertyName; |
||
15 | |||
16 | 21 | public function __construct(string $defaultPropertyName = 'state') |
|
19 | 21 | } |
|
20 | |||
21 | 19 | public function build(object $object, array $options): ObjectProxy |
|
29 | ); |
||
30 | } |
||
31 | |||
32 | 19 | public function supports(object $object, array $options): bool |
|
39 |