commit | 144d82e171a7177cb7f6dcd12dc45e6d5f4fbd3f | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Mar 26 15:55:42 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Mar 26 15:58:17 2023 +0200 |
tree | 3748ba285d55957c766296733c8e3bc01f67e3e2 | |
parent | d9e10af57456b84910135cf034e2d8ed55f9dec6 [diff] [blame] |
Add title field Change-Id: I17523cf62ef8dbc062eb5742f1c8dcf559c79028
diff --git a/User.php b/User.php index aa7357c..1b459cf 100644 --- a/User.php +++ b/User.php
@@ -6,6 +6,7 @@ { public $id; public $username; + public $title; public $first_name; public $last_name; public $organization; @@ -38,6 +39,7 @@ { $this->id = ""; $this->username = ""; + $this->title = ""; $this->first_name = ""; $this->last_name = ""; $this->email = "";