RawValue implements Stringable, SourceInterface
Representation of a plain, raw string value that does not have a particular meaning in the terms of Content-Security-Policy.
Might be changed or removed at a later time
Table of Contents
Interfaces
- Stringable
- SourceInterface
- Semantic interface for anything that can be used as "source" in the terms of Content-Security-Policy - it includes `enum` objects, as well as real object instances that would be using `SourceValueInterface` instead.
Properties
- $value : string
Methods
- __construct() : mixed
- __toString() : string
Properties
$value read-only
        public
            string
    $value
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $value) : mixed
    Parameters
- $value : string
__toString()
    public
                    __toString() : string