trait ViewTrait

Trait Viewable.

Methods

share(string|array $key, null $value = null)

Share variable with view.

View
view(string $template, array $data = [], array $mergeData = [])

Share variable with view.

Details

at line 22
protected share(string|array $key, null $value = null)

Share variable with view.

Parameters

string|array $key key
null $value value

at line 37
protected View view(string $template, array $data = [], array $mergeData = [])

Share variable with view.

Parameters

string $template template
array $data data
array $mergeData mergeData

Return Value

View

Exceptions

BindingResolutionException