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

$trusted  : bool
$value  : string

Methods

__construct()  : mixed
trust()  : self

Properties

Methods

__construct()

public __construct(string $value[, bool $trusted = false ]) : mixed
Parameters
$value : string
$trusted : bool = false

trust()

public trust() : self
Return values
self

        
On this page

Search results