void __set(string $key, mixed $value) Set a piece of data on the view.
array getShared() Get all of the shared data for the environment.
void alias(string $view, string $alias) Add an alias for a view.
string getLastRendered() Get the last view that was rendered.
void __construct(Application $app)
string get(string $path, array $data = array()) Get the evaluated contents
void directive(string $name, callable $handler) Register a handler for
bool offsetExists(string $key) Determine if a piece of data is bound.
void setEchoFormat(string $format) Set the echo format to be used by the
void setPath(string $path) Set the path to the view.
Page 1 of 16