HtmlSafeString
in package
implements
Stringable
Represents a string safe for adding to HTML
Interfaces, Classes, Traits and Enums
- Stringable
Table of Contents
- __construct() : mixed
- __toString() : string
- Convert the object to a string
Methods
__construct()
public
__construct(string $strVal) : mixed
Parameters
- $strVal : string
Return values
mixed —__toString()
Convert the object to a string
public
__toString() : string