PropertyAccessExtractorInterface |
Guesses if the property can be accessed or mutated. |
PropertyDescriptionExtractorInterface |
Guesses the property's human readable description. |
PropertyInfoExtractorInterface |
Gets info about PHP class properties. |
PropertyInitializableExtractorInterface |
Guesses if the property can be initialized through the constructor. |
PropertyListExtractorInterface |
Extracts the list of properties available for the given class. |
PropertyReadInfoExtractorInterface |
Extract read information for the property of a class. |
PropertyTypeExtractorInterface |
Type Extractor Interface. |
PropertyWriteInfoExtractorInterface |
Extract write information for the property of a class. |