mixed __get(string $key) Get a piece of data from the view.
array provides() Get the services provided by the provider.
void compile(string $path) Compile the view at the given path.
void alias(string $view, string $alias) Add an alias for a view.
array getShared() Get all of the shared data for the environment.
void compile(string $path = null) Compile the view at the given path.
CompilerEngine class CompilerEngine extends
void directive(string $name, callable $handler) Register a handler for
bool offsetExists(string $key) Determine if a piece of data is bound.
void setPath(string $path) Set the path to the view.
Page 1 of 16