SensitiveParameterValue::__construct

(PHP 8 >= 8.2.0)

SensitiveParameterValue::__constructConstructs a new SensitiveParameterValue object

Description

publicSensitiveParameterValue::__construct(mixed$value)

Warning

This function is currently not documented; only its argument list is available.

Parameters

value

An arbitrary value that should be stored inside the SensitiveParameterValue object.

To Top