| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilRegistrationCode. More...
 Collaboration diagram for ilRegistrationCode:
 Collaboration diagram for ilRegistrationCode:| Static Public Member Functions | |
| static | create ($role, $stamp, $local_roles, $limit, $limit_date) | 
| static | getCodesData ($order_field, $order_direction, $offset, $limit, $filter_code, $filter_role, $filter_generated, $filter_access_limitation) | 
| static | loadCodesByIds (array $ids) | 
| static | deleteCodes (array $ids) | 
| static | getGenerationDates () | 
| static | getCodesForExport ($filter_code, $filter_role, $filter_generated, $filter_access_limitation) | 
| static | isUnusedCode ($code) | 
| static | useCode ($code) | 
| static | getCodeRole ($code) | 
| static | getCodeData ($code) | 
| Data Fields | |
| const | DB_TABLE = 'reg_registration_codes' | 
| const | CODE_LENGTH = 10 | 
| Static Protected Member Functions | |
| static | generateRandomCode () | 
| static | filterToSQL ($filter_code, $filter_role, $filter_generated, $filter_access_limitation) | 
Class ilRegistrationCode.
Definition at line 13 of file class.ilRegistrationCode.php.
| 
 | static | 
Definition at line 18 of file class.ilRegistrationCode.php.
References generateRandomCode().
Referenced by ilRegistrationSettingsGUI\createCodes().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 115 of file class.ilRegistrationCode.php.
| 
 | staticprotected | 
Definition at line 139 of file class.ilRegistrationCode.php.
Referenced by getCodesData(), and getCodesForExport().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticprotected | 
Definition at line 56 of file class.ilRegistrationCode.php.
References CODE_LENGTH.
Referenced by create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 219 of file class.ilRegistrationCode.php.
References $row.
| 
 | static | 
Definition at line 207 of file class.ilRegistrationCode.php.
References $row.
Referenced by ilAccountRegistrationGUI\saveForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 70 of file class.ilRegistrationCode.php.
References $result, and filterToSQL().
Referenced by ilRegistrationCodesTableGUI\getItems().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 170 of file class.ilRegistrationCode.php.
References $result, and filterToSQL().
Referenced by ilRegistrationSettingsGUI\exportCodes().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 126 of file class.ilRegistrationCode.php.
References $result.
Referenced by ilRegistrationCodesTableGUI\initFilter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 187 of file class.ilRegistrationCode.php.
Referenced by ilAccountRegistrationGUI\saveForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 102 of file class.ilRegistrationCode.php.
References $result.
Referenced by ilRegistrationSettingsGUI\deleteConfirmation().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 200 of file class.ilRegistrationCode.php.
| const ilRegistrationCode::CODE_LENGTH = 10 | 
Definition at line 16 of file class.ilRegistrationCode.php.
Referenced by ilAccountRegistrationGUI\__initForm(), generateRandomCode(), and ilRegistrationCodesTableGUI\initFilter().
| const ilRegistrationCode::DB_TABLE = 'reg_registration_codes' | 
Definition at line 15 of file class.ilRegistrationCode.php.