| Total Complexity | 9 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 10 | final class ClassUtil |
||
| 11 | { |
||
| 12 | 23 | public static function isNotBuiltinAndExists(string $className): bool |
|
| 15 | } |
||
| 16 | |||
| 17 | 17 | public static function getShortName(string $className): string |
|
| 23 | } |
||
| 24 | } |
||
| 25 | |||
| 26 | 11 | public static function isNameContains(string $className, string ...$haystack): bool |
|
| 31 | } |
||
| 32 | |||
| 33 | 23 | public static function getPropertyMapping(string $className): array |
|
| 46 | } |
||
| 47 | |||
| 48 | /** @return \ReflectionParameter[] */ |
||
| 49 | 6 | public static function getMethodParameters(string $class, string $method): array |
|
| 58 |