35 return new self(self::TYPE_DATACOLLECTION_LINK);
41 parent::prepareRender();
53 if ($this->useWrapper) {
59 if ($this->useWrapper) {
69 $this->attributes[$this->
getGroupKey($wrapper)][$key] = $value;
75 if (isset($this->attributes[$this->
getGroupKey($wrapper)][$key])) {
76 unset($this->attributes[$this->
getGroupKey($wrapper)][$key]);
87 if (isset($this->attributes[$this->
getGroupKey($wrapper)][$key])) {
88 return $this->attributes[$this->
getGroupKey($wrapper)][$key];
97 return ($wrapper) ?
'wrapper' :
'default';