Implement a noop views\FileCacheBackend::GetMultipleTemplates().
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 8 Jun 2013 03:41:55 +0000 (23:41 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 8 Jun 2013 03:41:55 +0000 (23:41 -0400)
views/file_cache_backend.php

index 0a47710f9f15d9f145107d8fc4f3c90f48601e50..b4c9952714ebb741cc35f1657dd5064afec12c4b 100644 (file)
@@ -62,6 +62,11 @@ class FileCacheBackend implements CacheBackend
       throw new TemplateLoaderException('Could not cache ' . $name . ' to ' . $cache_path);
   }
 
+  public function GetMultipleTemplates(Array $fetch_templates)
+  {
+    return array();
+  }
+
   /*! Returns the cache path for a given template name. */
   protected function _CachePath($name)
   {