1 | <?php |
||
24 | final class GraphNodeReflectionExtension implements PropertiesClassReflectionExtension |
||
25 | { |
||
26 | public function hasProperty(ClassReflection $classReflection, string $propertyName) : bool |
||
34 | |||
35 | public function getProperty(ClassReflection $classReflection, string $propertyName) : PropertyReflection |
||
44 | } |
||
45 |