library\App\View::getEngine PHP Méthode

getEngine() public méthode

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