Home
last modified time | relevance | path

Searched defs:write (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Cache/
H A DNullCache.php26 public function write($key, $content) function in Twig\\Cache\\NullCache
H A DCacheInterface.php41 public function write($key, $content); function
H A DFilesystemCache.php50 public function write($key, $content) function in Twig\\Cache\\FilesystemCache
/template/twigstarter/vendor/twig/twig/src/
H A DCompiler.php111 public function write(...$strings) function in Twig\\Compiler