| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilECSUserConsent. More...
 Collaboration diagram for ilECSUserConsent:Public Member Functions | |
| __construct (int $a_usr_id, int $server_id, int $a_mid) | |
| getUserId () | |
| getMid () | |
| getServerId () | |
| save () | |
| delete () | |
Protected Attributes | |
| ilDBInterface | $db | 
Private Attributes | |
| int | $usr_id | 
| int | $server_id | 
| int | $mid | 
Class ilECSUserConsent.
Definition at line 24 of file class.ilECSUserConsent.php.
| ilECSUserConsent::__construct | ( | int | $a_usr_id, | 
| int | $server_id, | ||
| int | $a_mid | ||
| ) | 
| ilECSUserConsent::delete | ( | ) | 
Definition at line 71 of file class.ilECSUserConsent.php.
References getMid(), getServerId(), getUserId(), and ilDBConstants\T_INTEGER.
 Here is the call graph for this function:| ilECSUserConsent::getMid | ( | ) | 
Definition at line 48 of file class.ilECSUserConsent.php.
References $mid.
Referenced by delete(), and save().
 Here is the caller graph for this function:| ilECSUserConsent::getServerId | ( | ) | 
Definition at line 53 of file class.ilECSUserConsent.php.
References $server_id.
Referenced by delete(), and save().
 Here is the caller graph for this function:| ilECSUserConsent::getUserId | ( | ) | 
Definition at line 43 of file class.ilECSUserConsent.php.
References $usr_id.
Referenced by delete(), and save().
 Here is the caller graph for this function:| ilECSUserConsent::save | ( | ) | 
Definition at line 58 of file class.ilECSUserConsent.php.
References getMid(), getServerId(), getUserId(), and ilDBConstants\T_INTEGER.
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 30 of file class.ilECSUserConsent.php.
      
  | 
  private | 
Definition at line 28 of file class.ilECSUserConsent.php.
Referenced by getMid().
      
  | 
  private | 
Definition at line 27 of file class.ilECSUserConsent.php.
Referenced by __construct(), and getServerId().
      
  | 
  private | 
Definition at line 26 of file class.ilECSUserConsent.php.
Referenced by getUserId().