AdaptedReflectionProperty
class AdaptedReflectionProperty extends AbstractReflectionAdapter (View source)
Adapter wrapper around ReflectionProperty
Uses automatic extraction to get all property data
PHP 5.6+ compatible
Properties
| protected array | $data | Extracted data from the reflection object |
from AbstractReflectionAdapter |
Methods
Extract configuration - override in subclasses if needed
Get additional skip methods specific to ReflectionProperty Most common patterns are now in ReflectionTypeRegistry::getGlobalSkipPatterns()
Perform generic extraction from reflection object
Handle complex properties after basic extraction
Magic method to proxy method calls to stored data
Check if a method exists in the extracted data
Get a specific value from extracted data
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
protected array
getExtractionConfig()
Extract configuration - override in subclasses if needed
Subclasses should only override this to add ADDITIONAL skip methods beyond the global patterns defined in ReflectionTypeRegistry.
protected array
getAdditionalSkipMethods()
Get additional skip methods specific to ReflectionProperty Most common patterns are now in ReflectionTypeRegistry::getGlobalSkipPatterns()
protected
extractFromReflection(object $reflectionObject)
Perform generic extraction from reflection object
protected
postExtract(object $reflectionObject)
Handle complex properties after basic extraction
mixed
__call(string $name, array $arguments)
Magic method to proxy method calls to stored data
bool
hasMethod(string $methodName)
Check if a method exists in the extracted data
array
getExtractedData()
Get all extracted data (for debugging)
protected mixed
getData(string $key, mixed $default = null)
Get a specific value from extracted data
protected
setData(string $key, mixed $value)
Set a value in extracted data
__construct($reflectionProperty)
No description
getName()
No description
isPublic()
No description
isProtected()
No description
isPrivate()
No description
isStatic()
No description
isDefault()
No description
isReadonly()
No description
getDeclaringClass()
No description
hasType()
No description
getType()
No description
hasDefaultValue()
No description
getDefaultValue()
No description
getDocComment()
No description
getAttributes()
No description