PropertyInfo
Table of Contents
Namespaces
Interfaces
- PropertyAccessExtractorInterface
- Guesses if the property can be accessed or mutated.
- PropertyDescriptionExtractorInterface
- Guesses the property's human readable description.
- PropertyDocBlockExtractorInterface
- Extract a property's doc block.
- 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.
Classes
- PropertyInfoCacheExtractor
- Adds a PSR-6 cache layer on top of an extractor.
- PropertyInfoExtractor
- Default {@see PropertyInfoExtractorInterface} implementation.
- PropertyReadInfo
- The property read info tells how a property can be read.
- PropertyWriteInfo
- The write mutator defines how a property can be written.
- Type
- Type value object (immutable).