prefix = $prefix; } /** * @return string */ public function getPrefix() { return $this->prefix; } private $prefix; }