You are here

public function Twig_Util_DeprecationCollector::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php \Twig_Util_DeprecationCollector::__construct()

File

vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php, line 20

Class

Twig_Util_DeprecationCollector
@author Fabien Potencier <fabien@symfony.com>

Code

public function __construct(Twig_Environment $twig) {
  $this->twig = $twig;
}