The SensitiveParameterValue classIntroductionThe SensitiveParameterValue class allows wrapping sensitive values to protect them against accidental exposure. Values of parameters having the SensitiveParameter attribute will automatically be wrapped inside of a SensitiveParameterValue object within stack traces. Class synopsis
final
SensitiveParameterValue
/* Properties */
private
readonly
mixed
$value;
/* Methods */
public __construct(mixed
$value )public array __debugInfo()
public mixed getValue()
Properties
|