Preview: LoaderInterface.php
Size: 388 B
/home/nshryvcy/himaltourism.com/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);
}
Directory Contents
Dirs: 0 × Files: 5