‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Security\ContentSecurityPolicy\RawValue Class Reference
Inheritance diagram for TYPO3\CMS\Core\Security\ContentSecurityPolicy\RawValue:
TYPO3\CMS\Core\Security\ContentSecurityPolicy\SourceInterface

Public Member Functions

 __construct (public readonly string $value)
 
 __toString ()
 

Detailed Description

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

Definition at line 26 of file RawValue.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Security\ContentSecurityPolicy\RawValue::__construct ( public readonly string  $value)

Definition at line 28 of file RawValue.php.

Member Function Documentation

◆ __toString()

TYPO3\CMS\Core\Security\ContentSecurityPolicy\RawValue::__toString ( )

Definition at line 30 of file RawValue.php.