filepath = 'db:'; $source->uid = sha1($source->resource); $source->timestamp = 1000000000; $source->exists = true; } public function getContent(Source $source) { return '{$x="hello world"}{$x}'; } }