htmlgen\util\RawString::__construct PHP Method

__construct() public method

public __construct ( string $x )
$x string
    public function __construct(string $x)
    {
        $this->value = $x;
    }