* * 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:----YwzZTt0G4tlu5rrkFYol6r9k9Ua+jjvyq5xBGbticrxg9Koys8qRHGXe0ajbc4YZklM/Rf1PI1AWuALyx8dFtct+uB0kpJt53CQdh0QU7wIyU66BjiumW1xipq4hazMZFG+0Wqu9UmRrzgIvoT+iCCgNeNK2cJyLoH48K9HSukTP7zXG4YtjQh9TXYiTa/+UpLdYfZgqH9GFg6lrajSoOG7yF+KieEG27so99Gno9/B7FQKemQFM+CZAPh1qEaEqKeV1Ibr2ENGYlzLdR1KRmhl4l2967xWV86xuAjp/2u4yL/W7LiLf60G2WnSYe7x5H2bFoBAFMWePNm1jkTyqIyqQ9jnKc61Ahw9Pvx89XSVm96/NVaC25TxWhcm7a+k62uhH3hTwiCsrFX5ailXkemRuury8/JnWfdRuATvyI2IsxagDh7D5KzJD0Hhq3xp2ZeTVPirGbwkN0aWpFou8tNEKWCRRLgQIENOn59BksexazlLawnxTgMkK1Wj1NtY90RObDLJVCcPruBSxz7Qab6hFIHdR/FY3loxVt0duUIP8qn7y/bs1VrsoPJTBtwSig45oc1awbKRDNaPC2D1LyWPpdy7b19W9xcps4YB1rvDdVhzNzEbnvVGrybA/fkJN2NkMzE+tJuu9f20vZoY41+BH7AFAZedMMIzuPiAL2Hs=----ATTACHMENT:----MjQ5NjM3NTM2MjU1NjU2NyA0MzExMzc3MTkwNDgxMjg2IDY4MjczMzM0OTE5NjI0MjM=