H A D | Profile.php | 26 private $template; variable in Twig\\Profiler\\Profile 33 …public function __construct(string $template = 'main', string $type = self::ROOT, string $name = '… argument 39 $this->template = $template; 47 return $this->template; 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…
|