TwigEnvironment
extends Environment
in package
uses
WriteCacheFileTrait
Class TwigEnvironment
Table of Contents
Properties
- $umask : bool
Methods
- resolveTemplate() : mixed
- writeCacheFile() : void
- This exists so template cache files use the same group between apache and cli
Properties
$umask
protected
static bool
$umask
Methods
resolveTemplate()
public
resolveTemplate(mixed $names) : mixed
Parameters
- $names : mixed
Tags
writeCacheFile()
This exists so template cache files use the same group between apache and cli
protected
writeCacheFile(string $file, string $content) : void
Parameters
- $file : string
- $content : string