library\App\View::getEngine PHP 메소드

getEngine() 공개 메소드

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