_ = $_; $this->Key = $Key; } /** * * @return string */ public function get_() { return $this->_; } /** * * @param string $_ */ public function set_($_) { $this->_ = $_; } /** * * @return string */ public function getKey() { return $this->Key; } /** * * @param string $Key */ public function setKey($Key) { $this->Key = $Key; } }