Interface Masquerade
Masquerades enable value masquerade using a unified interface.
Masquerades enable value masquerade using a unified interface.
public static
mixed
|
#
mask( mixed $value )
Returns a new value masquerade instance for the specified value. Returns a new value masquerade instance for the specified value. Parameters
Returns
mixed
New masquerade for the provided value, otherwise an exception is thrown. ThrowsCore\Exception\InvalidArgument This masquerade cannot mask the provided value. Since
3.1
|
public
mixed
|
#
unmask( )
Returns the unmasked value from the masquerade. Returns the unmasked value from the masquerade. Returns
mixed
Unmasked value stored in the masquerade. Since
3.1
|