Home
last modified time | relevance | path

Searched refs:sourceCode (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php45 private $sourceCode; variable in Twig\\Error\\Error
69 $this->sourceCode = $source->getCode();
118 return $this->name ? new Source($this->sourceCode, $this->name, $this->sourcePath) : null;
127 $this->sourceCode = $this->name = $this->sourcePath = null;
129 $this->sourceCode = $source->getCode();
219 $this->sourceCode = $src->getCode();