interface View implements Renderable (View source)

Methods

string
render()

Get the evaluated contents of the object.

string
name()

Get the name of the view.

$this
with( string|array $key, mixed $value = null)

Add a piece of data to the view.

Details

in Renderable at line line 12
string render()

Get the evaluated contents of the object.

Return Value

string

at line line 14
string name()

Get the name of the view.

Return Value

string

at line line 23
$this with( string|array $key, mixed $value = null)

Add a piece of data to the view.

Parameters

string|array $key
mixed $value

Return Value

$this