|
@@ -308,6 +308,16 @@ class Engine
|
|
return $this->charset;
|
|
return $this->charset;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * Gets the loader associated with this engine.
|
|
|
|
+ *
|
|
|
|
+ * @return LoaderInterface A LoaderInterface instance
|
|
|
|
+ */
|
|
|
|
+ public function getLoader()
|
|
|
|
+ {
|
|
|
|
+ return $this->loader;
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Sets a template renderer.
|
|
* Sets a template renderer.
|
|
*
|
|
*
|