captionTemplate = $value; return $this; } public function enableCaptionTooltip ($value) { $this -> enableCaptionTooltip = $value; return $this; } public function template ($value) { $this -> template = $value; return $this; } public function visible ($value) { $this -> visible = $value; return $this; } } ?>