properties protected

This commit is contained in:
Wodor Wodorski 2012-02-16 21:13:31 +01:00
parent abd0eb7faa
commit 5fd6ed6cff

View File

@ -27,17 +27,17 @@ class Template {
/** /**
* @var \Symfony\Bundle\TwigBundle\TwigEngine * @var \Symfony\Bundle\TwigBundle\TwigEngine
*/ */
public $templating; protected $templating;
/** /**
* @var \Twig_Environment * @var \Twig_Environment
*/ */
public $twig; protected $twig;
/** /**
* @var array * @var array
*/ */
public $templates; protected $templates;
/** /**
* @var \Symfony\Component\HttpKernel\Profiler\Profiler * @var \Symfony\Component\HttpKernel\Profiler\Profiler