SensitiveParameterValue::getValue
SensitiveParameterValue::getValue
Returns the sensitive value
mixed **SensitiveParameterValue::getValue**
Get the sensitive value.
The sensitive value.
Voorbeeld: example
<?php
$s = new \SensitiveParameterValue('secret');
echo "The protected value is: ", $s->getValue(), "\n";
?>
The protected value is: secret