You are here

public function Twig_Extension_Staging::addNodeVisitor in Translation template extractor 7.3

Same name and namespace in other branches
  1. 6.3 vendor/Twig/Extension/Staging.php \Twig_Extension_Staging::addNodeVisitor()

File

vendor/Twig/Extension/Staging.php, line 50

Class

Twig_Extension_Staging
Internal class.

Code

public function addNodeVisitor(Twig_NodeVisitorInterface $visitor) {
  $this->visitors[] = $visitor;
}