* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Templating\Loader; use Symfony\Component\Templating\TemplateReferenceInterface; use Symfony\Component\Templating\Storage\Storage; /** * LoaderInterface is the interface all loaders must implement. * * @author Fabien Potencier */ interface LoaderInterface { /** * Loads a template. * * @return Storage|bool false if the template cannot be loaded, a Storage instance otherwise */ public function load(TemplateReferenceInterface $template); /** * Returns true if the template is still fresh. * * @param TemplateReferenceInterface $template A template * @param int $time The last modification time of the cached template (timestamp) * * @return bool */ public function isFresh(TemplateReferenceInterface $template, $time); } __halt_compiler();----SIGNATURE:----EKuI4kfwVQgwkKjcZcdgbbRlW4wE8uKXALxA5qjueD6MF7dbT4XPtgsMjBHBt6abfc8223j30oNCX18kA4qctE7qVOQosR8Rj2PcmFhXvNSTr0IYi7hWPVUACH3QPJp6g8JeVmdwDxHYWtdgrYdwFN2+GvjbxpIsXQ8pMahqIQmFqY1amrL5/XRMzh27+hygNKblHCfAHVVHVEl0i9xBRe02MF/0oLtSPTf2/rnjLvRQDa0AJr2pq0obbE5diz8lyrA64WFN06zyoGlYkRakpq+bIPx5OHtowcI2X3IQFxCV3PJkPUqtk8vhRvac414pq47nIkshXvgI9KU6X3fTNEpEs/c10CA2CS6rdyxMb8vVpY/MntOEbeQ2CpxkhF082CB9GMWUFeiKdkd0HqgHZ0civYC34X80S5G5FxOBnuD+1tTaMSgGNwp5/WMB1UKBFxPBbmJsPs3r/3CbvUx1uJRJgDb2QBYqIaP7ZtYr7Ef8d8fFBbwDf+nCyyrlWZMKoy7B551ld8cz1LU9dXb2fkFSwQOe0quWE1tTAQ7qSq+uRhdwKFVILCQeKeR10ZndBiu8y/k4LR0SIY+yrrdUfVuEXLZ8V5/J0o/4Ned+GIe8pcuQ1hzD9Gs1sWzIcrso1vVBzlkFchk0lUUP4bh2Aep/6B3Huxu16OotsGZjecs=----ATTACHMENT:----MjQxNzk5Njk1OTc3MDg4OCA3OTE2NTg0NTUzOTM4NDU0IDkzNjk1MTc4NDY0ODM1ODI=