library\App\View::getEngine PHP Method

getEngine() public method

Returns the template engine object.
public getEngine ( ) : Layout
return Layout
    public function getEngine()
    {
        return $this;
    }