1 | <?php |
||
24 | final class GraphNodeReflectionExtension implements PropertiesClassReflectionExtension |
||
25 | { |
||
26 | public function hasProperty(ClassReflection $classReflection, string $propertyName) : bool |
||
30 | |||
31 | public function getProperty(ClassReflection $classReflection, string $propertyName) : PropertyReflection |
||
40 | } |
||
41 |