RawValue
Read onlyYes
FinalYes
This class represents a value that can be either untrusted (meaning it needs to be verified later) or trusted (meaning it has already been verified).
Table of Contents
Properties
Methods
- __construct() : mixed
- trust() : self
Properties
$trusted
public
bool
$trusted
= false
$value
public
string
$value
Methods
__construct()
public
__construct(string $value[, bool $trusted = false ]) : mixed
Parameters
- $value : string
- $trusted : bool = false
trust()
public
trust() : self