|
|
@@ -19,6 +19,8 @@ interface Mustache_Loader_MutableLoader
|
|
|
* Set an associative array of Template sources for this loader.
|
|
|
*
|
|
|
* @param array $templates
|
|
|
+ *
|
|
|
+ * @return void
|
|
|
*/
|
|
|
public function setTemplates(array $templates);
|
|
|
|
|
|
@@ -27,6 +29,8 @@ interface Mustache_Loader_MutableLoader
|
|
|
*
|
|
|
* @param string $name
|
|
|
* @param string $template Mustache Template source
|
|
|
+ *
|
|
|
+ * @return void
|
|
|
*/
|
|
|
public function setTemplate($name, $template);
|
|
|
}
|