|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 25 of file class.ilECSUserConsent.php.
| ilECSUserConsent::__construct | ( | int | $a_usr_id, |
| int | $server_id, | ||
| int | $a_mid | ||
| ) |
Definition at line 33 of file class.ilECSUserConsent.php.
References $DIC, and $server_id.
| ilECSUserConsent::delete | ( | ) |
Definition at line 72 of file class.ilECSUserConsent.php.
References getUserId(), and ilDBConstants\T_INTEGER.
Here is the call graph for this function:| ilECSUserConsent::getMid | ( | ) |
Definition at line 49 of file class.ilECSUserConsent.php.
References $mid.
Referenced by save().
Here is the caller graph for this function:| ilECSUserConsent::getServerId | ( | ) |
Definition at line 54 of file class.ilECSUserConsent.php.
References $server_id.
Referenced by save().
Here is the caller graph for this function:| ilECSUserConsent::getUserId | ( | ) |
Definition at line 44 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 59 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 31 of file class.ilECSUserConsent.php.
|
private |
Definition at line 29 of file class.ilECSUserConsent.php.
Referenced by getMid().
|
private |
Definition at line 28 of file class.ilECSUserConsent.php.
Referenced by __construct(), and getServerId().
|
private |
Definition at line 27 of file class.ilECSUserConsent.php.
Referenced by getUserId().