companyid = $companyid; $this->key = $key; } /** * @return mixed */ public function getCompanyid() { return $this->companyid; } /** * @return mixed */ public function getKey() { return $this->key; } }