protected function getCompiler(Twig_Environment $environment = null) { return new Twig_Compiler(null === $environment ? $this ->getEnvironment() : $environment); }