Current Path : /var/www/html/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Loader/ |
Current File : /var/www/html/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Loader/LoaderInterface.php |
<?php namespace MailPoetVendor\Twig\Loader; if (!defined('ABSPATH')) exit; use MailPoetVendor\Twig\Error\LoaderError; use MailPoetVendor\Twig\Source; interface LoaderInterface { public function getSourceContext(string $name) : Source; public function getCacheKey(string $name) : string; public function isFresh(string $name, int $time) : bool; public function exists(string $name); }