HtmlSafeContext
in package
Converts the string and Stringable properties and nested properties of an object to HtmlSafeString
Table of Contents
- __construct() : mixed
- __invoke() : never
- __serialize() : never
- receive() : object
- Allow the binder to retrieve the inner object.
Methods
__construct()
public
__construct(object $obj) : mixed
Parameters
- $obj : object
Return values
mixed —__invoke()
public
__invoke() : never
Return values
never —__serialize()
public
__serialize() : never
Return values
never —receive()
Allow the binder to retrieve the inner object.
public
receive(Binder $binder) : object
Parameters
- $binder : Binder