ViewFinderInterface interface ViewFinderInterface (
EngineInterface resolve(string $engine)
void __construct(Application $app)
array getNames() Get all of the registered named views in environment.
string getCompiledPath(string $path) Get the path to the compiled version
string getLastRendered() Get the last view that was rendered.
void alias(string $view, string $alias) Add an alias for a view.
void compile(string $path = null) Compile the view at the given path.
array getShared() Get all of the shared data for the environment.
bool isExpired(string $path) Determine if the given view is expired.
Page 1 of 16