Method |
Description |
|
__construct ( Illuminate\View\Engines\EngineResolver $engines, Illuminate\View\ViewFinderInterface $finder, Illuminate\Events\Dispatcher $events, Decorator $decorator ) : void |
Create a new view factory instance. |
|
decorate ( mixed $value ) : mixed |
Decorate an object with a presenter. |
|
make ( string $view, array $data = [], array $mergeData = [] ) : Illuminate\View\View |
Get a evaluated view contents for the given view. |
|
share ( string $key, mixed $value = null ) : void |
Add a piece of shared data to the factory. |
|