PropertyReadInfoExtractorInterface
in
Extract read information for the property of a class.
Tags
Table of Contents
Methods
- getReadInfo() : PropertyReadInfo|null
- Get read information object for a given property of a class.
Methods
getReadInfo()
Get read information object for a given property of a class.
public
getReadInfo(string $class, string $property[, array<string|int, mixed> $context = [] ]) : PropertyReadInfo|null
Parameters
- $class : string
- $property : string
- $context : array<string|int, mixed> = []