customSuffix = $customSuffix; } public function getCustomSuffix() { return $this->customSuffix; } public function setOption($option) { $this->option = $option; } public function getOption() { return $this->option; } }