string getLastRendered() Get the last view that was rendered.
string getContentTags() Gets the content tags used for the compiler.
bool isExpired(string $path) Determine if the given view is expired.
void setPath(string $path) Set the path to the view.
array getNames() Get all of the registered named views in environment.
void __construct(Application $app)
static array pathsToPublish(string $provider = null, string $group = null)
string get(string $path, array $data = array()) Get the evaluated contents
void alias(string $view, string $alias) Add an alias for a view.
void __set(string $key, mixed $value) Set a piece of data on the view.
Page 1 of 16