Ejemplo n.º 1
0
 /**
  * @param PropertyAccessorInterface $propertyAccessor
  * @param \Twig_Environment         $twig
  * @param string                    $template
  */
 public function __construct(PropertyAccessorInterface $propertyAccessor, \Twig_Environment $twig, $template)
 {
     parent::__construct($propertyAccessor, $twig);
     $this->template = $template;
 }