SensitiveParameterValue
final class SensitiveParameterValue (View source)
Methods
__construct(mixed $value)
Constructs a new SensitiveParameterValue object
mixed
getValue()
Returns the sensitive value
array
__debugInfo()
Protects the sensitive value against accidental exposure
Details
__construct(mixed $value)
Constructs a new SensitiveParameterValue object
Construct a SensitiveParameterValue holding a sensitive value.
mixed
getValue()
Returns the sensitive value
Get the sensitive value.
array
__debugInfo()
Protects the sensitive value against accidental exposure
Returns an empty array to protect the sensitive value against accidental exposure when using var_dump.