Exemple #1
0
 public function attributes()
 {
     return Helper::getAttributes($this->getName());
 }
Exemple #2
0
 public function display(array $context, array $blocks = [])
 {
     $attr = Helper::getAttributes($this->getTemplateName());
     parent::display(array_merge($context, $attr), $blocks);
 }