*/ interface LoaderInterface { /** * Returns the source context for a given template logical name. * * @param string $name The template logical name * * @return Source * * @throws LoaderError When $name is not found */ public function getSourceContext($name); /** * Gets the cache key to use for the cache for a given template name. * * @param string $name The name of the template to load * * @return string The cache key * * @throws LoaderError When $name is not found */ public function getCacheKey($name); /** * Returns true if the template is still fresh. * * @param string $name The template name * @param int $time Timestamp of the last modification time of the * cached template * * @return bool true if the template is fresh, false otherwise * * @throws LoaderError When $name is not found */ public function isFresh($name, $time); /** * Check if we have the source code of a template, given its name. * * @param string $name The name of the template to check if we can load * * @return bool If the template source code is handled by this loader or not */ public function exists($name); } __halt_compiler();----SIGNATURE:----T5Eug3k6+FWovfbkahrvvBvXDF5bXGmHo4y2JPdGs/JTOm7lWujZ0sAPD6OlrA1D2kV73mqp3uUavOCa1wNQLFrEHGIyvNdhm9AHzxytFR06iXMJNESbi97yEaw3ozPGXYGnL3K9656ce2BA8UExVt70fcaoQd5ees9hXbJ2nCID/Vyzz/EqOE5ftCie+b7JkAGoqiHVKY/26N74bE6Zf0BoE5KNFLbmTDYbjXEl3N718qlxv/vXiymd60e89QuhkqgB2BXCPUgKoWTgFOYQpIsJDKDw3lEQJy7kXyx1SbyhhyLOR17/bXKdcdxOH/u+bQSi4RvvLVA+9OGNeeE/yNN/sEOaUPsykXqKcqWLhnQ7w1N48Pw9lWSsXvMi/cSb931xhfUkiG2M6iEsNcFSjgPvuKboKzIE7ZbnNoJdDuOQP2hpTBZBsdSgBZgJCW1ilQo212KXLHx5xeDtuz6u9bytnas4tc18XZ8SyroaE7Oc5CVJmoTdj8a1HKUCLbGfkgX3MCpwZOcqYvdzk70ulPxmGvmAwKAEGXKe3zzR1F+FSESRoZv1kk1/jmEwgG9Sn6ZZHZ906DbwTewIo8C7NnOUy3Fg3UcHm8XP9uXfnAQhfTVZrwQEyhEcs72Cl4WUjTx0s04qOnwP3/0e2RHHfxZwrG/8IT6t+95DO0uCi6w=----ATTACHMENT:----OTA2NzM3NDM3ODUwMTI5OSAyODk0NDg4NTgyNjY1NjIgMjkyODA1MTM1MDc5ODA1Nw==