Total Complexity | 4 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class ModelDtoFactory extends DtoFactory |
||
12 | { |
||
13 | /** |
||
14 | * Retrieve the value for the given property from the provided source |
||
15 | * |
||
16 | * @param string $property |
||
17 | * @param mixed $source |
||
18 | * @return mixed |
||
19 | */ |
||
20 | 3 | protected function getPropertyValueFromSource(string $property, $source) |
|
41 |