ReflectionParameterValue
class ReflectionParameterValue extends ReflectionParameter implements Reflector, ReflectionValueInterface
An extension of the internal \ReflectionParameter
with a value
Methods
__construct(
string $function,
string $parameter,
mixed $value)
No description
mixed
getValue()
Returns the value of the parameter
string
getValueType()
Returns the type of the parameter
string
__toString()
Representation of the object
Details
at line 44
__construct(
string $function,
string $parameter,
mixed $value)
at line 60
mixed
getValue()
Returns the value of the parameter
at line 70
string
getValueType()
Returns the type of the parameter
at line 83
string
__toString()
Representation of the object
If an exception is caught, its message is returned instead of the original result (but it is not thrown ahead).