filepath = 'db3:'; $source->uid = sha1($source->resource); $source->timestamp = 0; $source->exists = true; } public function getContent(Source $source) { return '{$x="hello world"}{$x}'; } public function getCompiledFilepath(Template $_template) { return false; } }