customHtml = $customHtml; } public function getCustomHtml() { return $this->customHtml; } public function setTargetWindowOption($targetWindowOption) { $this->targetWindowOption = $targetWindowOption; } public function getTargetWindowOption() { return $this->targetWindowOption; } }