public function Twig_Profiler_Profile::getTemplate in Translation template extractor 7.3
File
- vendor/
Twig/ Profiler/ Profile.php, line 37
Class
- Twig_Profiler_Profile
- @author Fabien Potencier <fabien@symfony.com>
Code
public function getTemplate() {
return $this->template;
}