Searched refs:shouldCheckPath (Results 1 – 1 of 1) sorted by relevance
56 if ($this->shouldCheckPath() && !is_dir($this->baseDir)) {101 if ($this->shouldCheckPath() && !file_exists($fileName)) {131 protected function shouldCheckPath() function in Mustache_Loader_FilesystemLoader