interface PropertyReadInfoExtractorInterface

Extract read information for the property of a class.

Methods

PropertyReadInfo|null
getReadInfo(string$class,string$property,array$context =[])

Get read information object for a given property of a class.

Details

PropertyReadInfo|null getReadInfo(string$class,string$property,array$context =[])

Get read information object for a given property of a class.

Parameters

string $class
string $property
array $context

Return Value

PropertyReadInfo|null