final class ModelAccessorExtension implements PropertiesClassReflectionExtension

internal  
 

Methods

bool
hasProperty(ClassReflection $classReflection, string $propertyName)

No description

PropertyReflection
getProperty(ClassReflection $classReflection, string $propertyName)

No description

Details

at line 18
bool hasProperty(ClassReflection $classReflection, string $propertyName)

No description

Parameters

ClassReflection $classReflection
string $propertyName

Return Value

bool

at line 27
PropertyReflection getProperty(ClassReflection $classReflection, string $propertyName)

No description

Parameters

ClassReflection $classReflection
string $propertyName

Return Value

PropertyReflection