Factory
class Factory implements Factory (View source)
Methods
void __construct(EngineResolver $engines, ViewFinderInterface $finder, Dispatcher $events) Create a new view factory instance. View file(string $path, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. View make(string $view, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. View of(string $view, mixed $data