You are here

public function Twig_Profiler_NodeVisitor_Profiler::__construct in Translation template extractor 7.3

File

vendor/Twig/Profiler/NodeVisitor/Profiler.php, line 19

Class

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

Code

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