ReflectionPropertyFactoryInterface deprecated
interface ReflectionPropertyFactoryInterface (View source)
deprecated
An interface to create ReflectionProperty with certain capabilities.
Constants
| MODE_AUTO |
|
| MODE_READ |
Ensure ReflectionProperty will be able to return the property value |
| MODE_WRITE |
Ensure ReflectionProperty will be able to set property value |
| MODE_RW |
Ensure ReflectionProperty will have full access to the property. |
Methods
createReflectionProperty(string|object $class, unknown $name, integer $mode = self::MODE_AUTO)
No description