Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php44 private $sourcePath; variable in Twig\\Error\\Error
70 $this->sourcePath = $source->getPath();
118 return $this->name ? new Source($this->sourceCode, $this->name, $this->sourcePath) : null;
127 $this->sourceCode = $this->name = $this->sourcePath = null;
131 $this->sourcePath = $source->getPath();
153 if ($this->sourcePath && $this->lineno > 0) {
154 $this->file = $this->sourcePath;
217 if (null !== $template && null === $this->sourcePath) {
220 $this->sourcePath = $src->getPath();