_id = $dbRow['id']; $this->_username = $dbRow['username']; $this->_password = $dbRow['password']; $this->_usertype = $dbRow['userType']; } public function getId() { return $this->_id; } public function getUsername() { return $this->_username; } }