* * 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:----bjUFv+4CBH9ykbf+yrE7AX6kYPyvFDvIAUZKEswKwtmwRaJ/9iv1ur6nX3uOuKJP7K0m+/bKpFAWbPiRUM+PW6fgcIhod0fJmudMl2WNu3wtMWLQ4tlxga7PZzxeX+pe/76qTTLAvLuX7IJxykH6bMzsxG0o5S6BEf7jqhpczu+4B9YgWCkUugJ1mb0eAQNU7yFA5nwjIB9kuYliEjiuWS4cv8Fn9nRtBbLa8df4mpZQG542fsXjPcZ1uy8XW7PfWvDaii3DtmWcXikcSxU9lLlQs55TnF2jV1q7dRwgWl9mDZa6tBduRDADp27ID8W1vszJRCRKg+OcFN+ruNScyPJ9M9fxbeKos89gj4fmfX0WyqbNlEG6PZfp16PXG2VbiHcqusmiRT3rNLkOtIr/fwq2E5IVv3RobqDfSjbLdeHWCumTYy0XEi0GIYiwe7xk0dmY3/sZy+ZlagTQy9p766VkdWxu0qwFzvEzuMpy1L1HwHaZtw4+atCaSIJyxu/y1meVdcS4/vP/7q7ENgHJMx3321pqqSxLOHBXahbPeJ7mkDQ3B04noeZ500prTGbGrYlEP+f8jWz3lg3OnZ3m61ZSnoUxLBUw1U5QkI6bqJ3lZodkIC+5d6KffA6wRxf4Pg2XsRNPLY4JjQYOOfNu32INR5C2/XpngJqAOsRtixE=----ATTACHMENT:----Mzk3ODY3OTE4Mzk3NzI2MSAxOTg2MjczNzg2NTI0Nzk4IDYzNzc0MTI1NzA0ODA0NjQ=