uid = $uid; $this->loginName = $loginName; $this->password = $password; } /** * @return string */ public function getUID() { return $this->uid; } /** * @return string */ public function getLoginName() { return $this->loginName; } /** * @return string */ public function getPassword() { return $this->password; } }