Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Profiler/
DProfile.php31 private $profiles = []; variable in Twig\\Profiler\\Profile
82 return $this->profiles;
87 $this->profiles[] = $profile;
97 if ($this->isRoot() && $this->profiles) {
100 foreach ($this->profiles as $profile) {
156 $this->starts = $this->ends = $this->profiles = [];
163 return new \ArrayIterator($this->profiles);
181 … return [$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles];
189 …list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = $da…