ILIAS
release_8 Revision v8.23
|
Class ilECSUserConsent. More...
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 $query, getMid(), getServerId(), getUserId(), and ilDBConstants\T_INTEGER.
ilECSUserConsent::getMid | ( | ) |
Definition at line 48 of file class.ilECSUserConsent.php.
References $mid.
Referenced by delete(), and save().
ilECSUserConsent::getServerId | ( | ) |
Definition at line 53 of file class.ilECSUserConsent.php.
References $server_id.
Referenced by delete(), and save().
ilECSUserConsent::getUserId | ( | ) |
Definition at line 43 of file class.ilECSUserConsent.php.
References $usr_id.
Referenced by delete(), and save().
ilECSUserConsent::save | ( | ) |
Definition at line 58 of file class.ilECSUserConsent.php.
References getMid(), getServerId(), getUserId(), and ilDBConstants\T_INTEGER.
|
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().