Constructor for internal use by the runtime.
Object that contains the field.
Name of the field.
Attributes of the field. Either user provided or declared on the class as $meta.
Gets the value from the field.
The field on the property or undefined if the value could not be retrieved.
ReadonlynameThe name of the field.
ReadonlyparentThe parent object that contains the field.
ReadonlyreflectionThe ReflectionMember that is being inspected.
Sets a new value for the field.
The new value of the field.
true if the field was set successfully
ReadonlystyleAll attributes of the inspector field. Determines how the field show be viewed.
The InspectableField provides access meta-data about fields in an object. The primary use-case for this class is type reflection within the Inspector APIs.