ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilProfileUserPrompt Class Reference

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
 

Detailed Description

User prompt dates.

Author
.de

Definition at line 11 of file class.ilProfileUserPrompt.php.

Constructor & Destructor Documentation

◆ __construct()

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.

32  {
33  $this->user_id = $user_id;
34  $this->last_prompt = $last_prompt;
35  $this->first_login = $first_login;
36  }

Member Function Documentation

◆ getFirstLogin()

ilProfileUserPrompt::getFirstLogin ( )
Returns
string

Definition at line 57 of file class.ilProfileUserPrompt.php.

References $first_login.

◆ getLastPrompt()

ilProfileUserPrompt::getLastPrompt ( )
Returns
int

Definition at line 49 of file class.ilProfileUserPrompt.php.

References $last_prompt.

◆ getUserId()

ilProfileUserPrompt::getUserId ( )
Returns
int

Definition at line 41 of file class.ilProfileUserPrompt.php.

References $user_id.

Field Documentation

◆ $first_login

ilProfileUserPrompt::$first_login
protected

Definition at line 21 of file class.ilProfileUserPrompt.php.

Referenced by __construct(), and getFirstLogin().

◆ $last_prompt

ilProfileUserPrompt::$last_prompt
protected

Definition at line 16 of file class.ilProfileUserPrompt.php.

Referenced by __construct(), and getLastPrompt().

◆ $user_id

ilProfileUserPrompt::$user_id
protected

Definition at line 26 of file class.ilProfileUserPrompt.php.

Referenced by __construct(), and getUserId().


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