MutationOrigin
Representation of a mutation origin, to keep track of resolutions to the Content-Security-Policy and how to revert again later.
Table of Contents
Properties
- $type : MutationOriginType
- $value : string
Methods
- __construct() : mixed
Properties
$type read-only
public
MutationOriginType
$type
$value read-only
public
string
$value
Methods
__construct()
public
__construct(MutationOriginType $type, string $value) : mixed
Parameters
- $type : MutationOriginType
- $value : string