ReflectionValueInterface
interface ReflectionValueInterface implements Reflector
This interface is designed to build generic objects reflecting a variable with its value and type.
Methods
mixed
getValue()
Returns the current value of concerned variable
string
getValueType()
Returns the type of the value of concerned variable
Details
at line 39
mixed
getValue()
Returns the current value of concerned variable
at line 48
string
getValueType()
Returns the type of the value of concerned variable
The returned type MUST be one of the \Reflectors\ValueType
constants TYPE_...
.