Searched refs:loadSource (Results 1 – 1 of 1) sorted by relevance
657 return $this->loadSource($this->getLoader()->load($name));681 return $this->loadSource($loader->load($name));709 return $this->loadSource($source, $this->getLambdaCache());727 private function loadSource($source, Mustache_Cache $cache = null) function in Mustache_Engine