Exemplo n.º 1
0
 public function __construct(Template $template, $attribute_id)
 {
     parent::__construct($template);
     $this->attribute_id = $attribute_id;
 }
Exemplo n.º 2
0
 public function __construct(Template $template, $feature_id)
 {
     parent::__construct($template);
     $this->feature_id = $feature_id;
 }