Documentation

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

receive()

Allow the binder to retrieve the inner object.

public receive(Binder $binder) : object
Parameters
$binder : Binder
Return values
object

Search results