Documentation

Binder
in package

Binds an object (context) to an output scope

Table of Contents

bind()  : Closure|false
Streams content of template
getClient()  : object
Retrieve the client of the context.

Methods

bind()

Streams content of template

public bind(Closure $algo, HtmlSafeContext $context) : Closure|false
Parameters
$algo : Closure
$context : HtmlSafeContext
Return values
Closure|false

getClient()

Retrieve the client of the context.

public getClient(object $client) : object
Parameters
$client : object
Return values
object

Search results