Reflection
Table of Contents
Namespaces
Classes
- ClassSchema
- A class schema
- Exception
- A generic Reflection Exception
- ObjectAccess
- Provides methods to call appropriate getter/setter on an object given the property name. It does this following these rules: - if the target object is an instance of ArrayAccess, it gets/sets the property - if public getter/setter method exists, call it.
- ReflectionService
- Reflection service for acquiring reflection based information.