GraphNodeReflectionExtension
in package
implements
PropertiesClassReflectionExtension
FinalYes
Table of Contents
Interfaces
- PropertiesClassReflectionExtension
Methods
- getProperty() : PropertyReflection
- hasProperty() : bool
Methods
getProperty()
public
getProperty(ClassReflection $classReflection, string $propertyName) : PropertyReflection
Parameters
- $classReflection : ClassReflection
- $propertyName : string
Return values
PropertyReflectionhasProperty()
public
hasProperty(ClassReflection $classReflection, string $propertyName) : bool
Parameters
- $classReflection : ClassReflection
- $propertyName : string