46 if($this->useWrapper) {
47 $output .=
'<div'.$this->renderAttributesHelper($this->attributes[
'wrapper']).
'>';
50 $output .=
'<a'.$this->renderAttributes($this->attributes[
'default']).
'>'.$this->
renderCaption().
'</a>';
52 if($this->useWrapper) {
59 $this->attributes[$this->
getGroupKey($wrapper)][$key] = $value;
63 if(isset($this->attributes[$this->
getGroupKey($wrapper)][$key])) {
64 unset($this->attributes[$this->
getGroupKey($wrapper)][$key]);
71 if(isset($this->attributes[$this->
getGroupKey($wrapper)][$key])) {
72 return $this->attributes[$this->
getGroupKey($wrapper)][$key];
78 return ($wrapper)?
'wrapper' :
'default';