string render(callable $callback = null) Get the string contents of the view. Parameters callable $callback Return Value string Exceptions Throwable
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
string render() Get the evaluated contents of the object. Return Value string
array renderSections() Get the sections of the rendered view. Return Value array
void offsetUnset(string $key) Unset a piece of data from the view. Parameters string $key Return Value void
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 getPath() Get the path to the view file. Return Value string
mixed offsetGet(string $key) Get a piece of bound data to the view. Parameters string $key Return Value mixed
string name() Get the name of the view. Return Value string
Page 20 of 996