public function Twig_Profiler_Profile::isTemplate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Profiler/Profile.php \Twig_Profiler_Profile::isTemplate()
File
- vendor/
twig/ twig/ lib/ Twig/ Profiler/ Profile.php, line 57
Class
- Twig_Profiler_Profile
- @author Fabien Potencier <fabien@symfony.com>
Code
public function isTemplate() {
return self::TEMPLATE === $this->type;
}