1 | <?php |
||
11 | class TwitalLoaderTwigGte3 implements LoaderInterface |
||
12 | { |
||
13 | use TwitalLoaderTrait; |
||
14 | |||
15 | public function __construct(LoaderInterface $loader = null, Twital $twital = null, $addDefaults = true) |
||
19 | |||
20 | public function getSourceContext(string $name): Source |
||
26 | |||
27 | public function getCacheKey(string $name): string |
||
31 | |||
32 | public function isFresh(string $name, int $time): bool |
||
36 | |||
37 | public function exists(string $name) |
||
41 | } |
||
42 |