| 1 | <?php |
||
| 18 | final class Properties |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @param ReflectionClass $reflection |
||
| 22 | * @return SplObjectStorage |
||
| 23 | */ |
||
| 24 | public function getProperties(ReflectionClass $reflection): SplObjectStorage |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @param ReflectionProperty $property |
||
| 42 | * @return bool |
||
| 43 | */ |
||
| 44 | private function isIgnoredProperty(ReflectionProperty $property): bool |
||
| 48 | } |
||
| 49 |