Searched defs:write (Results 1 – 4 of 4) sorted by relevance
/template/twigstarter/vendor/twig/twig/src/Cache/ | ||
H A D | NullCache.php | 26 public function write($key, $content) function in Twig\\Cache\\NullCache |
H A D | CacheInterface.php | 41 public function write($key, $content); function |
H A D | FilesystemCache.php | 50 public function write($key, $content) function in Twig\\Cache\\FilesystemCache |
/template/twigstarter/vendor/twig/twig/src/ | ||
H A D | Compiler.php | 111 public function write(...$strings) function in Twig\\Compiler |