|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
User prompt dates. More...
Collaboration diagram for ilProfileUserPrompt:Public Member Functions | |
| __construct ($user_id, $last_prompt, $first_login) | |
| Constructor. More... | |
| getUserId () | |
| getLastPrompt () | |
| getFirstLogin () | |
Protected Attributes | |
| $last_prompt | |
| $first_login | |
| $user_id | |
User prompt dates.
Definition at line 11 of file class.ilProfileUserPrompt.php.
| ilProfileUserPrompt::__construct | ( | $user_id, | |
| $last_prompt, | |||
| $first_login | |||
| ) |
Constructor.
Definition at line 31 of file class.ilProfileUserPrompt.php.
References $first_login, $last_prompt, and $user_id.
| ilProfileUserPrompt::getFirstLogin | ( | ) |
| ilProfileUserPrompt::getLastPrompt | ( | ) |
| ilProfileUserPrompt::getUserId | ( | ) |
|
protected |
Definition at line 21 of file class.ilProfileUserPrompt.php.
Referenced by __construct(), and getFirstLogin().
|
protected |
Definition at line 16 of file class.ilProfileUserPrompt.php.
Referenced by __construct(), and getLastPrompt().
|
protected |
Definition at line 26 of file class.ilProfileUserPrompt.php.
Referenced by __construct(), and getUserId().