1 | <?php |
||
8 | abstract class TwitalLoaderTwigLt3 |
||
9 | { |
||
10 | use TwitalLoaderTrait; |
||
11 | |||
12 | public function __construct($loader = null, Twital $twital = null, $addDefaults = true) |
||
16 | |||
17 | public function getCacheKey($name) |
||
21 | |||
22 | public function isFresh($name, $time) |
||
26 | |||
27 | abstract public function getSourceContext($name); |
||
28 | |||
29 | public function exists($name) |
||
33 | } |
||
34 |