| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilProfileUserPrompt:Public Member Functions | |
| __construct (int $user_id, ?string $last_prompt, ?string $first_login) | |
| getUserId () | |
| getLastPrompt () | |
| getFirstLogin () | |
Protected Attributes | |
| string | $last_prompt = null | 
| string | $first_login = null | 
| int | $user_id | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning User prompt dates
Definition at line 23 of file class.ilProfileUserPrompt.php.
| ilProfileUserPrompt::__construct | ( | int | $user_id, | 
| ?string | $last_prompt, | ||
| ?string | $first_login | ||
| ) | 
Definition at line 29 of file class.ilProfileUserPrompt.php.
References $first_login, $last_prompt, and $user_id.
| ilProfileUserPrompt::getFirstLogin | ( | ) | 
Definition at line 49 of file class.ilProfileUserPrompt.php.
References $first_login.
| ilProfileUserPrompt::getLastPrompt | ( | ) | 
Definition at line 44 of file class.ilProfileUserPrompt.php.
References $last_prompt.
| ilProfileUserPrompt::getUserId | ( | ) | 
Definition at line 39 of file class.ilProfileUserPrompt.php.
References $user_id.
      
  | 
  protected | 
Definition at line 26 of file class.ilProfileUserPrompt.php.
Referenced by __construct(), and getFirstLogin().
      
  | 
  protected | 
Definition at line 25 of file class.ilProfileUserPrompt.php.
Referenced by __construct(), and getLastPrompt().
      
  | 
  protected | 
Definition at line 27 of file class.ilProfileUserPrompt.php.
Referenced by __construct(), and getUserId().