void setPath(string $path) Set the path to the view.
bool isExpired(string $path) Determine if the given view is expired.
string getLastRendered() Get the last view that was rendered.
ViewFinderInterface interface ViewFinderInterface (
array getNames() Get all of the registered named views in environment.
array getShared() Get all of the shared data for the environment.
void __construct(CompilerInterface $compiler)
void __set(string $key, mixed $value) Set a piece of data on the view.
void compile(string $path) Compile the view at the given path.
mixed __get(string $key) Get a piece of data from the view.
Page 1 of 16