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