interface PropertyInfoExtractorInterface implements PropertyTypeExtractorInterface, PropertyDescriptionExtractorInterface, PropertyAccessExtractorInterface, PropertyListExtractorInterface
Gets info about PHP class properties. A convenient interface inheriting all specific info interfaces.
Methods
Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. from PropertyTypeExtractorInterface string|null getShortDescription(string $class, s