ILIAS  trunk Revision v11.0_alpha-1753-gb21ca8c4367
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilStudyProgrammeUserTableRow Class Reference

ilStudyProgrammeUserTable provides a flattened list of progresses at a programme-node. More...

+ Collaboration diagram for ilStudyProgrammeUserTableRow:

Public Member Functions

 __construct (protected int $ass_id, protected int $usr_id, protected int $node_obj_id, protected bool $is_root_progress, protected ilPRGUserInformation $user_information)
 
 getId ()
 
 getAssignmentId ()
 
 getUsrId ()
 
 getNodeId ()
 
 isRootProgress ()
 
 getUserInformation ()
 
 getUserData (string $field_id)
 
 withUserActiveRaw (bool $active_raw)
 
 isUserActiveRaw ()
 
 withUserActive (string $active)
 
 getUserActive ()
 
 withFirstname (string $firstname)
 
 getFirstname ()
 
 withLastname (string $lastname)
 
 getLastname ()
 
 getName ()
 
 withLogin (string $login)
 
 getLogin ()
 
 withOrgUs (string $orgus)
 
 getOrgUs ()
 
 withGender (string $gender)
 
 getGender ()
 
 withStatus (string $status)
 
 getStatus ()
 
 withStatusRaw (int $status_raw)
 
 getStatusRaw ()
 
 withCompletionDate (string $completion_date)
 
 getCompletionDate ()
 
 withCompletionBy (string $completion_by)
 
 getCompletionBy ()
 
 withCompletionByObjIds (?array $obj_ids)
 
 getCompletionByObjIds ()
 
 withPointsReachable (string $points_reachable)
 
 getPointsReachable ()
 
 withPointsRequired (string $points_required)
 
 getPointsRequired ()
 
 withPointsCurrent (string $points_current)
 
 getPointsCurrent ()
 
 withCustomPlan (string $custom_plan)
 
 getCustomPlan ()
 
 withBelongsTo (string $belongs_to)
 
 getBelongsTo ()
 
 withAssignmentDate (string $assign_date)
 
 getAssignmentDate ()
 
 withAssignmentBy (string $assigned_by)
 
 getAssignmentBy ()
 
 withDeadline (string $deadline)
 
 getDeadline ()
 
 withExpiryDate (string $expiry_date)
 
 getExpiryDate ()
 
 withValidity (string $validity)
 
 getValidity ()
 
 withRestartDate (string $restart_date)
 
 getRestartDate ()
 
 withNodeLifecycleStatus (int $lifecycle_status)
 
 getNodeLifecycleStatus ()
 
 toArray ()
 

Protected Attributes

PRGProgressId $id
 
int $status_raw
 
bool $active_raw
 
ilUserDefinedData $udf
 
string $active
 
string $firstname
 
string $lastname
 
string $login
 
string $orgus
 
string $gender
 
string $status
 
string $completion_date
 
array $completion_by_obj_ids
 
string $completion_by
 
string $points_reachable
 
string $points_required
 
string $points_current
 
string $custom_plan
 
string $belongs_to
 
string $assign_date
 
string $assigned_by
 
string $deadline
 
string $expiry_date
 
string $validity
 
string $restart_date
 
int $lifecycle_status
 

Detailed Description

ilStudyProgrammeUserTable provides a flattened list of progresses at a programme-node.

Definition at line 24 of file ilStudyProgrammeUserTableRow.php.

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeUserTableRow::__construct ( protected int  $ass_id,
protected int  $usr_id,
protected int  $node_obj_id,
protected bool  $is_root_progress,
protected ilPRGUserInformation  $user_information 
)

Definition at line 58 of file ilStudyProgrammeUserTableRow.php.

64  {
65  $this->id = new PRGProgressId($ass_id, $usr_id, $node_obj_id);
66  }

Member Function Documentation

◆ getAssignmentBy()

ilStudyProgrammeUserTableRow::getAssignmentBy ( )

Definition at line 309 of file ilStudyProgrammeUserTableRow.php.

References $assigned_by.

Referenced by toArray().

309  : string
310  {
311  return $this->assigned_by;
312  }
+ Here is the caller graph for this function:

◆ getAssignmentDate()

ilStudyProgrammeUserTableRow::getAssignmentDate ( )

Definition at line 298 of file ilStudyProgrammeUserTableRow.php.

References $assign_date.

Referenced by toArray().

298  : string
299  {
300  return $this->assign_date;
301  }
+ Here is the caller graph for this function:

◆ getAssignmentId()

ilStudyProgrammeUserTableRow::getAssignmentId ( )

Definition at line 72 of file ilStudyProgrammeUserTableRow.php.

References $ass_id.

72  : int
73  {
74  return $this->ass_id;
75  }

◆ getBelongsTo()

ilStudyProgrammeUserTableRow::getBelongsTo ( )

Definition at line 287 of file ilStudyProgrammeUserTableRow.php.

References $belongs_to.

Referenced by toArray().

287  : string
288  {
289  return $this->belongs_to;
290  }
+ Here is the caller graph for this function:

◆ getCompletionBy()

ilStudyProgrammeUserTableRow::getCompletionBy ( )

Definition at line 217 of file ilStudyProgrammeUserTableRow.php.

References $completion_by.

Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().

217  : string
218  {
219  return $this->completion_by;
220  }
+ Here is the caller graph for this function:

◆ getCompletionByObjIds()

ilStudyProgrammeUserTableRow::getCompletionByObjIds ( )
Returns
?int[]

Definition at line 235 of file ilStudyProgrammeUserTableRow.php.

References $completion_by_obj_ids.

235  : ?array
236  {
238  }

◆ getCompletionDate()

ilStudyProgrammeUserTableRow::getCompletionDate ( )

Definition at line 206 of file ilStudyProgrammeUserTableRow.php.

References $completion_date.

Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().

206  : string
207  {
208  return $this->completion_date;
209  }
+ Here is the caller graph for this function:

◆ getCustomPlan()

ilStudyProgrammeUserTableRow::getCustomPlan ( )

Definition at line 276 of file ilStudyProgrammeUserTableRow.php.

References $custom_plan.

Referenced by toArray().

276  : string
277  {
278  return $this->custom_plan;
279  }
+ Here is the caller graph for this function:

◆ getDeadline()

ilStudyProgrammeUserTableRow::getDeadline ( )

Definition at line 320 of file ilStudyProgrammeUserTableRow.php.

References $deadline.

Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().

320  : string
321  {
322  return $this->deadline;
323  }
+ Here is the caller graph for this function:

◆ getExpiryDate()

ilStudyProgrammeUserTableRow::getExpiryDate ( )

Definition at line 331 of file ilStudyProgrammeUserTableRow.php.

References $expiry_date.

Referenced by toArray().

331  : string
332  {
333  return $this->expiry_date;
334  }
+ Here is the caller graph for this function:

◆ getFirstname()

ilStudyProgrammeUserTableRow::getFirstname ( )

Definition at line 125 of file ilStudyProgrammeUserTableRow.php.

References $firstname.

Referenced by toArray().

125  : string
126  {
127  return $this->firstname;
128  }
+ Here is the caller graph for this function:

◆ getGender()

ilStudyProgrammeUserTableRow::getGender ( )

Definition at line 174 of file ilStudyProgrammeUserTableRow.php.

References $gender.

Referenced by toArray().

174  : string
175  {
176  return $this->gender;
177  }
+ Here is the caller graph for this function:

◆ getId()

ilStudyProgrammeUserTableRow::getId ( )

Definition at line 68 of file ilStudyProgrammeUserTableRow.php.

References $id.

Referenced by toArray().

+ Here is the caller graph for this function:

◆ getLastname()

ilStudyProgrammeUserTableRow::getLastname ( )

Definition at line 136 of file ilStudyProgrammeUserTableRow.php.

References $lastname.

Referenced by toArray().

136  : string
137  {
138  return $this->lastname;
139  }
+ Here is the caller graph for this function:

◆ getLogin()

ilStudyProgrammeUserTableRow::getLogin ( )

Definition at line 152 of file ilStudyProgrammeUserTableRow.php.

References $login.

Referenced by toArray().

152  : string
153  {
154  return $this->login;
155  }
+ Here is the caller graph for this function:

◆ getName()

ilStudyProgrammeUserTableRow::getName ( )

Definition at line 141 of file ilStudyProgrammeUserTableRow.php.

References $firstname.

Referenced by toArray().

141  : string
142  {
143  return $this->lastname . ', ' . $this->firstname;
144  }
+ Here is the caller graph for this function:

◆ getNodeId()

ilStudyProgrammeUserTableRow::getNodeId ( )

Definition at line 80 of file ilStudyProgrammeUserTableRow.php.

80  : int
81  {
82  return $this->node_obj_id;
83  }

◆ getNodeLifecycleStatus()

ilStudyProgrammeUserTableRow::getNodeLifecycleStatus ( )

Definition at line 368 of file ilStudyProgrammeUserTableRow.php.

References $lifecycle_status.

368  : int
369  {
371  }

◆ getOrgUs()

ilStudyProgrammeUserTableRow::getOrgUs ( )

Definition at line 163 of file ilStudyProgrammeUserTableRow.php.

References $orgus.

Referenced by toArray().

163  : string
164  {
165  return $this->orgus;
166  }
+ Here is the caller graph for this function:

◆ getPointsCurrent()

ilStudyProgrammeUserTableRow::getPointsCurrent ( )

Definition at line 266 of file ilStudyProgrammeUserTableRow.php.

References $points_current.

Referenced by toArray().

266  : string
267  {
268  return $this->points_current;
269  }
+ Here is the caller graph for this function:

◆ getPointsReachable()

ilStudyProgrammeUserTableRow::getPointsReachable ( )

Definition at line 246 of file ilStudyProgrammeUserTableRow.php.

References $points_reachable.

Referenced by toArray().

246  : string
247  {
249  }
+ Here is the caller graph for this function:

◆ getPointsRequired()

ilStudyProgrammeUserTableRow::getPointsRequired ( )

Definition at line 256 of file ilStudyProgrammeUserTableRow.php.

References $points_required.

Referenced by toArray().

256  : string
257  {
258  return $this->points_required;
259  }
+ Here is the caller graph for this function:

◆ getRestartDate()

ilStudyProgrammeUserTableRow::getRestartDate ( )

Definition at line 353 of file ilStudyProgrammeUserTableRow.php.

References $restart_date.

353  : string
354  {
355  return $this->restart_date;
356  }

◆ getStatus()

ilStudyProgrammeUserTableRow::getStatus ( )

Definition at line 185 of file ilStudyProgrammeUserTableRow.php.

References $status.

Referenced by toArray().

185  : string
186  {
187  return $this->status;
188  }
+ Here is the caller graph for this function:

◆ getStatusRaw()

ilStudyProgrammeUserTableRow::getStatusRaw ( )

Definition at line 195 of file ilStudyProgrammeUserTableRow.php.

References $status_raw.

195  : int
196  {
197  return $this->status_raw;
198  }

◆ getUserActive()

ilStudyProgrammeUserTableRow::getUserActive ( )

Definition at line 114 of file ilStudyProgrammeUserTableRow.php.

References $active.

Referenced by toArray().

114  : string
115  {
116  return $this->active;
117  }
+ Here is the caller graph for this function:

◆ getUserData()

ilStudyProgrammeUserTableRow::getUserData ( string  $field_id)

Definition at line 93 of file ilStudyProgrammeUserTableRow.php.

Referenced by toArray().

94  {
95  return $this->user_information->getUserData($field_id);
96  }
+ Here is the caller graph for this function:

◆ getUserInformation()

ilStudyProgrammeUserTableRow::getUserInformation ( )

Definition at line 89 of file ilStudyProgrammeUserTableRow.php.

90  {
91  return $this->user_information;
92  }
Additional information about a user, used in context of assignments.

◆ getUsrId()

ilStudyProgrammeUserTableRow::getUsrId ( )

Definition at line 76 of file ilStudyProgrammeUserTableRow.php.

76  : int
77  {
78  return $this->usr_id;
79  }

◆ getValidity()

ilStudyProgrammeUserTableRow::getValidity ( )

Definition at line 342 of file ilStudyProgrammeUserTableRow.php.

References $validity.

Referenced by toArray().

342  : string
343  {
344  return $this->validity;
345  }
+ Here is the caller graph for this function:

◆ isRootProgress()

ilStudyProgrammeUserTableRow::isRootProgress ( )

Definition at line 84 of file ilStudyProgrammeUserTableRow.php.

84  : bool
85  {
86  return $this->is_root_progress;
87  }

◆ isUserActiveRaw()

ilStudyProgrammeUserTableRow::isUserActiveRaw ( )

Definition at line 104 of file ilStudyProgrammeUserTableRow.php.

References $active_raw.

Referenced by toArray().

104  : bool
105  {
106  return $this->active_raw;
107  }
+ Here is the caller graph for this function:

◆ toArray()

ilStudyProgrammeUserTableRow::toArray ( )

Definition at line 373 of file ilStudyProgrammeUserTableRow.php.

References getAssignmentBy(), getAssignmentDate(), getBelongsTo(), getCompletionBy(), getCompletionDate(), getCustomPlan(), getDeadline(), getExpiryDate(), getFirstname(), getGender(), getId(), getLastname(), getLogin(), getName(), getOrgUs(), getPointsCurrent(), getPointsReachable(), getPointsRequired(), getStatus(), getUserActive(), getUserData(), getValidity(), and isUserActiveRaw().

Referenced by ilStudyProgrammeUserTable\postOrder().

373  : array
374  {
375  $ret = [
376  'prgrs_id' => (string) $this->getId(),
377  'name' => $this->getName(),
378  'active_raw' => $this->isUserActiveRaw(),
379  'active' => $this->getUserActive(),
380  'firstname' => $this->getFirstname(),
381  'lastname' => $this->getLastname(),
382  'login' => $this->getLogin(),
383  'orgus' => $this->getOrgUs(),
384  'gender' => $this->getGender(),
385  'status' => $this->getStatus(),
386  'completion_date' => $this->getCompletionDate(),
387  'completion_by' => $this->getCompletionBy(),
388  'points_reachable' => $this->getPointsReachable(),
389  'points_required' => $this->getPointsRequired(),
390  'points_current' => $this->getPointsCurrent(),
391  'custom_plan' => $this->getCustomPlan(),
392  'belongs_to' => $this->getBelongsTo(),
393  'assign_date' => $this->getAssignmentDate(),
394  'assigned_by' => $this->getAssignmentBy(),
395  'deadline' => $this->getDeadline(),
396  'expiry_date' => $this->getExpiryDate(),
397  'validity' => $this->getValidity()
398  ];
399 
400  foreach ($this->user_information->getAvailableUserFields() as $user_field) {
401  if (! array_key_exists($user_field, $ret)) {
402  $ret[$user_field] = $this->getUserData($user_field);
403  }
404  }
405 
406  return $ret;
407  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ withAssignmentBy()

ilStudyProgrammeUserTableRow::withAssignmentBy ( string  $assigned_by)

Definition at line 303 of file ilStudyProgrammeUserTableRow.php.

References $assigned_by.

303  : self
304  {
305  $clone = clone $this;
306  $clone->assigned_by = $assigned_by;
307  return $clone;
308  }

◆ withAssignmentDate()

ilStudyProgrammeUserTableRow::withAssignmentDate ( string  $assign_date)

Definition at line 292 of file ilStudyProgrammeUserTableRow.php.

References $assign_date.

292  : self
293  {
294  $clone = clone $this;
295  $clone->assign_date = $assign_date;
296  return $clone;
297  }

◆ withBelongsTo()

ilStudyProgrammeUserTableRow::withBelongsTo ( string  $belongs_to)

Definition at line 281 of file ilStudyProgrammeUserTableRow.php.

References $belongs_to.

281  : self
282  {
283  $clone = clone $this;
284  $clone->belongs_to = $belongs_to;
285  return $clone;
286  }

◆ withCompletionBy()

ilStudyProgrammeUserTableRow::withCompletionBy ( string  $completion_by)

Definition at line 211 of file ilStudyProgrammeUserTableRow.php.

References $completion_by.

211  : self
212  {
213  $clone = clone $this;
214  $clone->completion_by = $completion_by;
215  return $clone;
216  }

◆ withCompletionByObjIds()

ilStudyProgrammeUserTableRow::withCompletionByObjIds ( ?array  $obj_ids)
Parameters
?int[]$ob_ids

Definition at line 225 of file ilStudyProgrammeUserTableRow.php.

225  : self
226  {
227  $clone = clone $this;
228  $clone->completion_by_obj_ids = $obj_ids;
229  return $clone;
230  }

◆ withCompletionDate()

ilStudyProgrammeUserTableRow::withCompletionDate ( string  $completion_date)

Definition at line 200 of file ilStudyProgrammeUserTableRow.php.

References $completion_date.

200  : self
201  {
202  $clone = clone $this;
203  $clone->completion_date = $completion_date;
204  return $clone;
205  }

◆ withCustomPlan()

ilStudyProgrammeUserTableRow::withCustomPlan ( string  $custom_plan)

Definition at line 270 of file ilStudyProgrammeUserTableRow.php.

References $custom_plan.

270  : self
271  {
272  $clone = clone $this;
273  $clone->custom_plan = $custom_plan;
274  return $clone;
275  }

◆ withDeadline()

ilStudyProgrammeUserTableRow::withDeadline ( string  $deadline)

Definition at line 314 of file ilStudyProgrammeUserTableRow.php.

References $deadline.

314  : self
315  {
316  $clone = clone $this;
317  $clone->deadline = $deadline;
318  return $clone;
319  }

◆ withExpiryDate()

ilStudyProgrammeUserTableRow::withExpiryDate ( string  $expiry_date)

Definition at line 325 of file ilStudyProgrammeUserTableRow.php.

References $expiry_date.

325  : self
326  {
327  $clone = clone $this;
328  $clone->expiry_date = $expiry_date;
329  return $clone;
330  }

◆ withFirstname()

ilStudyProgrammeUserTableRow::withFirstname ( string  $firstname)

Definition at line 119 of file ilStudyProgrammeUserTableRow.php.

References $firstname.

119  : self
120  {
121  $clone = clone $this;
122  $clone->firstname = $firstname;
123  return $clone;
124  }

◆ withGender()

ilStudyProgrammeUserTableRow::withGender ( string  $gender)

Definition at line 168 of file ilStudyProgrammeUserTableRow.php.

References $gender.

168  : self
169  {
170  $clone = clone $this;
171  $clone->gender = $gender;
172  return $clone;
173  }

◆ withLastname()

ilStudyProgrammeUserTableRow::withLastname ( string  $lastname)

Definition at line 130 of file ilStudyProgrammeUserTableRow.php.

References $lastname.

130  : self
131  {
132  $clone = clone $this;
133  $clone->lastname = $lastname;
134  return $clone;
135  }

◆ withLogin()

ilStudyProgrammeUserTableRow::withLogin ( string  $login)

Definition at line 146 of file ilStudyProgrammeUserTableRow.php.

References $login.

146  : self
147  {
148  $clone = clone $this;
149  $clone->login = $login;
150  return $clone;
151  }

◆ withNodeLifecycleStatus()

ilStudyProgrammeUserTableRow::withNodeLifecycleStatus ( int  $lifecycle_status)

Definition at line 358 of file ilStudyProgrammeUserTableRow.php.

References $lifecycle_status, and ilStudyProgrammeAssessmentSettings\$STATUS.

358  : self
359  {
361  throw new \LogicException('Invalid status: ' . $lifecycle_status);
362  }
363  $clone = clone $this;
364  $clone->lifecycle_status = $lifecycle_status;
365  return $clone;
366  }

◆ withOrgUs()

ilStudyProgrammeUserTableRow::withOrgUs ( string  $orgus)

Definition at line 157 of file ilStudyProgrammeUserTableRow.php.

References $orgus.

157  : self
158  {
159  $clone = clone $this;
160  $clone->orgus = $orgus;
161  return $clone;
162  }

◆ withPointsCurrent()

ilStudyProgrammeUserTableRow::withPointsCurrent ( string  $points_current)

Definition at line 260 of file ilStudyProgrammeUserTableRow.php.

References $points_current.

260  : self
261  {
262  $clone = clone $this;
263  $clone->points_current = $points_current;
264  return $clone;
265  }

◆ withPointsReachable()

ilStudyProgrammeUserTableRow::withPointsReachable ( string  $points_reachable)

Definition at line 240 of file ilStudyProgrammeUserTableRow.php.

References $points_reachable.

240  : self
241  {
242  $clone = clone $this;
243  $clone->points_reachable = $points_reachable;
244  return $clone;
245  }

◆ withPointsRequired()

ilStudyProgrammeUserTableRow::withPointsRequired ( string  $points_required)

Definition at line 250 of file ilStudyProgrammeUserTableRow.php.

References $points_required.

250  : self
251  {
252  $clone = clone $this;
253  $clone->points_required = $points_required;
254  return $clone;
255  }

◆ withRestartDate()

ilStudyProgrammeUserTableRow::withRestartDate ( string  $restart_date)

Definition at line 347 of file ilStudyProgrammeUserTableRow.php.

References $restart_date.

347  : self
348  {
349  $clone = clone $this;
350  $clone->restart_date = $restart_date;
351  return $clone;
352  }

◆ withStatus()

ilStudyProgrammeUserTableRow::withStatus ( string  $status)

Definition at line 179 of file ilStudyProgrammeUserTableRow.php.

References $status.

179  : self
180  {
181  $clone = clone $this;
182  $clone->status = $status;
183  return $clone;
184  }

◆ withStatusRaw()

ilStudyProgrammeUserTableRow::withStatusRaw ( int  $status_raw)

Definition at line 189 of file ilStudyProgrammeUserTableRow.php.

References $status_raw.

189  : self
190  {
191  $clone = clone $this;
192  $clone->status_raw = $status_raw;
193  return $clone;
194  }

◆ withUserActive()

ilStudyProgrammeUserTableRow::withUserActive ( string  $active)

Definition at line 108 of file ilStudyProgrammeUserTableRow.php.

References $active.

108  : self
109  {
110  $clone = clone $this;
111  $clone->active = $active;
112  return $clone;
113  }

◆ withUserActiveRaw()

ilStudyProgrammeUserTableRow::withUserActiveRaw ( bool  $active_raw)

Definition at line 98 of file ilStudyProgrammeUserTableRow.php.

References $active_raw.

98  : self
99  {
100  $clone = clone $this;
101  $clone->active_raw = $active_raw;
102  return $clone;
103  }

◆ withValidity()

ilStudyProgrammeUserTableRow::withValidity ( string  $validity)

Definition at line 336 of file ilStudyProgrammeUserTableRow.php.

References $validity.

336  : self
337  {
338  $clone = clone $this;
339  $clone->validity = $validity;
340  return $clone;
341  }

Field Documentation

◆ $active

string ilStudyProgrammeUserTableRow::$active
protected

Definition at line 32 of file ilStudyProgrammeUserTableRow.php.

Referenced by getUserActive(), and withUserActive().

◆ $active_raw

bool ilStudyProgrammeUserTableRow::$active_raw
protected

Definition at line 28 of file ilStudyProgrammeUserTableRow.php.

Referenced by isUserActiveRaw(), and withUserActiveRaw().

◆ $assign_date

string ilStudyProgrammeUserTableRow::$assign_date
protected

Definition at line 50 of file ilStudyProgrammeUserTableRow.php.

Referenced by getAssignmentDate(), and withAssignmentDate().

◆ $assigned_by

string ilStudyProgrammeUserTableRow::$assigned_by
protected

Definition at line 51 of file ilStudyProgrammeUserTableRow.php.

Referenced by getAssignmentBy(), and withAssignmentBy().

◆ $belongs_to

string ilStudyProgrammeUserTableRow::$belongs_to
protected

Definition at line 49 of file ilStudyProgrammeUserTableRow.php.

Referenced by getBelongsTo(), and withBelongsTo().

◆ $completion_by

string ilStudyProgrammeUserTableRow::$completion_by
protected

Definition at line 44 of file ilStudyProgrammeUserTableRow.php.

Referenced by getCompletionBy(), and withCompletionBy().

◆ $completion_by_obj_ids

array ilStudyProgrammeUserTableRow::$completion_by_obj_ids
protected

Definition at line 43 of file ilStudyProgrammeUserTableRow.php.

Referenced by getCompletionByObjIds().

◆ $completion_date

string ilStudyProgrammeUserTableRow::$completion_date
protected

Definition at line 39 of file ilStudyProgrammeUserTableRow.php.

Referenced by getCompletionDate(), and withCompletionDate().

◆ $custom_plan

string ilStudyProgrammeUserTableRow::$custom_plan
protected

Definition at line 48 of file ilStudyProgrammeUserTableRow.php.

Referenced by getCustomPlan(), and withCustomPlan().

◆ $deadline

string ilStudyProgrammeUserTableRow::$deadline
protected

Definition at line 52 of file ilStudyProgrammeUserTableRow.php.

Referenced by getDeadline(), and withDeadline().

◆ $expiry_date

string ilStudyProgrammeUserTableRow::$expiry_date
protected

Definition at line 53 of file ilStudyProgrammeUserTableRow.php.

Referenced by getExpiryDate(), and withExpiryDate().

◆ $firstname

string ilStudyProgrammeUserTableRow::$firstname
protected

Definition at line 33 of file ilStudyProgrammeUserTableRow.php.

Referenced by getFirstname(), getName(), and withFirstname().

◆ $gender

string ilStudyProgrammeUserTableRow::$gender
protected

Definition at line 37 of file ilStudyProgrammeUserTableRow.php.

Referenced by getGender(), and withGender().

◆ $id

PRGProgressId ilStudyProgrammeUserTableRow::$id
protected

Definition at line 26 of file ilStudyProgrammeUserTableRow.php.

Referenced by getId().

◆ $lastname

string ilStudyProgrammeUserTableRow::$lastname
protected

Definition at line 34 of file ilStudyProgrammeUserTableRow.php.

Referenced by getLastname(), and withLastname().

◆ $lifecycle_status

int ilStudyProgrammeUserTableRow::$lifecycle_status
protected

◆ $login

string ilStudyProgrammeUserTableRow::$login
protected

Definition at line 35 of file ilStudyProgrammeUserTableRow.php.

Referenced by getLogin(), and withLogin().

◆ $orgus

string ilStudyProgrammeUserTableRow::$orgus
protected

Definition at line 36 of file ilStudyProgrammeUserTableRow.php.

Referenced by getOrgUs(), and withOrgUs().

◆ $points_current

string ilStudyProgrammeUserTableRow::$points_current
protected

Definition at line 47 of file ilStudyProgrammeUserTableRow.php.

Referenced by getPointsCurrent(), and withPointsCurrent().

◆ $points_reachable

string ilStudyProgrammeUserTableRow::$points_reachable
protected

Definition at line 45 of file ilStudyProgrammeUserTableRow.php.

Referenced by getPointsReachable(), and withPointsReachable().

◆ $points_required

string ilStudyProgrammeUserTableRow::$points_required
protected

Definition at line 46 of file ilStudyProgrammeUserTableRow.php.

Referenced by getPointsRequired(), and withPointsRequired().

◆ $restart_date

string ilStudyProgrammeUserTableRow::$restart_date
protected

Definition at line 55 of file ilStudyProgrammeUserTableRow.php.

Referenced by getRestartDate(), and withRestartDate().

◆ $status

string ilStudyProgrammeUserTableRow::$status
protected

Definition at line 38 of file ilStudyProgrammeUserTableRow.php.

Referenced by getStatus(), and withStatus().

◆ $status_raw

int ilStudyProgrammeUserTableRow::$status_raw
protected

Definition at line 27 of file ilStudyProgrammeUserTableRow.php.

Referenced by getStatusRaw(), and withStatusRaw().

◆ $udf

ilUserDefinedData ilStudyProgrammeUserTableRow::$udf
protected

Definition at line 30 of file ilStudyProgrammeUserTableRow.php.

◆ $validity

string ilStudyProgrammeUserTableRow::$validity
protected

Definition at line 54 of file ilStudyProgrammeUserTableRow.php.

Referenced by getValidity(), and withValidity().


The documentation for this class was generated from the following file: