| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | public function getAttributes(ReflectionClass|string $xClass, |
||
| 25 | array $aMethods = [], array $aProperties = []): ?Metadata |
||
| 26 | { |
||
| 27 | $xInputData = new InputData($xClass, $aMethods, $aProperties); |
||
| 28 | $xMetadataReader = jaxon()->di()->getMetadataReader('attributes'); |
||
| 29 | return $xMetadataReader->getAttributes($xInputData); |
||
| 30 | } |
||
| 49 |