| 1 | <?php |
||
| 11 | abstract class TwitalLoaderTwigGte3 implements LoaderInterface |
||
| 12 | { |
||
| 13 | use TwitalLoaderTrait; |
||
| 14 | |||
| 15 | public function getSourceContext(string $name): Source |
||
| 19 | |||
| 20 | public function getCacheKey(string $name): string |
||
| 24 | |||
| 25 | public function isFresh(string $name, int $time): bool |
||
| 29 | |||
| 30 | public function exists(string $name) |
||
| 34 | } |
||
| 35 |