array renderSections() Get the sections of the rendered view. Return Value array
string render(callable $callback = null) Get the string contents of the view. Parameters callable $callback Return Value string Exceptions Throwable
string render() Get the evaluated contents of the object. Return Value string
void offsetUnset(string $key) Unset a piece of data from the view. Parameters string $key Return Value void
void offsetSet(string $key, mixed $value) Set a piece of data on the view. Parameters string $key mixed $value Return Value void
mixed offsetGet(string $key) Get a piece of bound data to the view. Parameters string $key Return Value mixed
bool offsetExists(string $key) Determine if a piece of data is bound. Parameters string $key Return Value bool
$this nest(string $key, string $view, array $data = array()) Add a view instance to the view data. Parameters string $key string $view array $data Return Value $this
string name() Get the name of the view. Return Value string
Page 20 of 996