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.php25 private $profiles = []; variable in Twig\\Profiler\\Profile
76 return $this->profiles;
81 $this->profiles[] = $profile;
89 if ($this->isRoot() && $this->profiles) {
92 foreach ($this->profiles as $profile) {
160 $this->starts = $this->ends = $this->profiles = [];
166 return new \ArrayIterator($this->profiles);
184 … return [$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles];
192 … [$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles] = $data;