| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilRegistrationRoleAssignments:
 Collaboration diagram for ilRegistrationRoleAssignments:| Public Member Functions | |
| ilRegistrationRoleAssignments () | |
| getRoleByEmail ($a_email) | |
| getAssignments () | |
| setDomain ($a_id, $a_domain) | |
| setRole ($a_id, $a_role) | |
| getDefaultRole () | |
| setDefaultRole ($a_role_id) | |
| delete ($a_id) | |
| add () | |
| save () | |
| validate () | |
| __read () | |
| Data Fields | |
| $assignments = array() | |
| $default_role = 0 | |
Definition at line 36 of file class.ilRegistrationEmailRoleAssignments.php.
| ilRegistrationRoleAssignments::__read | ( | ) | 
Definition at line 165 of file class.ilRegistrationEmailRoleAssignments.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by add(), delete(), and ilRegistrationRoleAssignments().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRegistrationRoleAssignments::add | ( | ) | 
Definition at line 107 of file class.ilRegistrationEmailRoleAssignments.php.
References $ilDB, $query, $res, and __read().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRegistrationRoleAssignments::delete | ( | $a_id | ) | 
Definition at line 96 of file class.ilRegistrationEmailRoleAssignments.php.
References $ilDB, $query, $res, and __read().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRegistrationRoleAssignments::getAssignments | ( | ) | 
Definition at line 73 of file class.ilRegistrationEmailRoleAssignments.php.
| ilRegistrationRoleAssignments::getDefaultRole | ( | ) | 
Definition at line 87 of file class.ilRegistrationEmailRoleAssignments.php.
References $default_role.
Referenced by getRoleByEmail(), save(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRegistrationRoleAssignments::getRoleByEmail | ( | $a_email | ) | 
Definition at line 49 of file class.ilRegistrationEmailRoleAssignments.php.
References getDefaultRole().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRegistrationRoleAssignments::ilRegistrationRoleAssignments | ( | ) | 
| ilRegistrationRoleAssignments::save | ( | ) | 
Definition at line 123 of file class.ilRegistrationEmailRoleAssignments.php.
References $ilDB, $query, $res, and getDefaultRole().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRegistrationRoleAssignments::setDefaultRole | ( | $a_role_id | ) | 
Definition at line 91 of file class.ilRegistrationEmailRoleAssignments.php.
| ilRegistrationRoleAssignments::setDomain | ( | $a_id, | |
| $a_domain | |||
| ) | 
Definition at line 78 of file class.ilRegistrationEmailRoleAssignments.php.
| ilRegistrationRoleAssignments::setRole | ( | $a_id, | |
| $a_role | |||
| ) | 
Definition at line 82 of file class.ilRegistrationEmailRoleAssignments.php.
| ilRegistrationRoleAssignments::validate | ( | ) | 
Definition at line 141 of file class.ilRegistrationEmailRoleAssignments.php.
References getDefaultRole(), IL_REG_MISSING_DOMAIN, and IL_REG_MISSING_ROLE.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRegistrationRoleAssignments::$assignments = array() | 
Definition at line 38 of file class.ilRegistrationEmailRoleAssignments.php.
| ilRegistrationRoleAssignments::$default_role = 0 | 
Definition at line 39 of file class.ilRegistrationEmailRoleAssignments.php.
Referenced by getDefaultRole().