PHP Class Lavender\Cloud\Sina\View\Engines\SaePhpEngine

Inheritance: extends Illuminate\View\Engines\PhpEngine
Datei anzeigen Open project: chekun/laravel4sae

Protected Methods

Method Description
evaluatePath ( string $__path, array $__data ) : string Get the evaluated contents of the view at the given path.

Method Details

evaluatePath() protected method

Get the evaluated contents of the view at the given path.
protected evaluatePath ( string $__path, array $__data ) : string
$__path string
$__data array
return string