library\App\View::getEngine PHP Метод

getEngine() публичный Метод

Returns the template engine object.
public getEngine ( ) : Layout
Результат Layout
    public function getEngine()
    {
        return $this;
    }