|
ILIAS
release_4-3 Revision
|
Class ilRegistrationCode. More...
Collaboration diagram for ilRegistrationCode:Static Public Member Functions | |
| static | create ($role, $stamp) |
| static | getCodesData ($order_field, $order_direction, $offset, $limit, $filter_code, $filter_role, $filter_generated) |
| static | loadCodesByIds (array $ids) |
| static | deleteCodes (array $ids) |
| static | getGenerationDates () |
| static | getCodesForExport ($filter_code, $filter_role, $filter_generated) |
| static | isUnusedCode ($code) |
| static | useCode ($code) |
| static | getCodeRole ($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) |
Class ilRegistrationCode.
Definition at line 13 of file class.ilRegistrationCode.php.
|
static |
Definition at line 18 of file class.ilRegistrationCode.php.
References $data, and generateRandomCode().
Referenced by ilRegistrationSettingsGUI\createCodes().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 103 of file class.ilRegistrationCode.php.
|
staticprotected |
Definition at line 127 of file class.ilRegistrationCode.php.
Referenced by getCodesData(), and getCodesForExport().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 44 of file class.ilRegistrationCode.php.
References CODE_LENGTH.
Referenced by create().
Here is the caller graph for this function:
|
static |
Definition at line 191 of file class.ilRegistrationCode.php.
References $row.
Referenced by ilAccountRegistrationGUI\saveForm().
Here is the caller graph for this function:
|
static |
Definition at line 58 of file class.ilRegistrationCode.php.
References $result, and filterToSQL().
Referenced by ilRegistrationCodesTableGUI\getItems().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 154 of file class.ilRegistrationCode.php.
References $result, and filterToSQL().
Referenced by ilRegistrationSettingsGUI\exportCodes().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 114 of file class.ilRegistrationCode.php.
References $result.
Referenced by ilRegistrationCodesTableGUI\initFilter().
Here is the caller graph for this function:
|
static |
Definition at line 171 of file class.ilRegistrationCode.php.
Referenced by ilAccountRegistrationGUI\saveForm().
Here is the caller graph for this function:
|
static |
Definition at line 90 of file class.ilRegistrationCode.php.
References $result.
Referenced by ilRegistrationSettingsGUI\deleteConfirmation().
Here is the caller graph for this function:
|
static |
Definition at line 184 of file class.ilRegistrationCode.php.
Referenced by ilAccountRegistrationGUI\__createUser().
Here is the caller graph for this function:| 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.