sSocketMessage = $sSocketMessage; $this->iSocketCode = $iSocketCode; } public function getSocketMessage() : string { return $this->sSocketMessage; } public function getSocketCode() : int { return $this->iSocketCode; } }