|
ILIAS
release_8 Revision v8.24
|
Class ilRegistrationCode. More...
Collaboration diagram for ilRegistrationCode:Static Public Member Functions | |
| static | create (int $role, int $stamp, array $local_roles, ?string $limit, ?string $limit_date, bool $reg_type, bool $ext_type) |
| static | getCodesData (string $order_field, string $order_direction, int $offset, int $limit, string $filter_code, int $filter_role, string $filter_generated, string $filter_access_limitation) |
| static | loadCodesByIds (array $ids) |
| static | deleteCodes (array $ids) |
| static | getGenerationDates () |
| static | getCodesForExport (string $filter_code, ?int $filter_role, string $filter_generated, string $filter_access_limitation) |
| static | isUnusedCode (string $code) |
| static | isValidRegistrationCode (string $a_code) |
| static | useCode (string $code) |
| static | getCodeRole (string $code) |
| static | getCodeData (string $code) |
Data Fields | |
| const | CODE_LENGTH = 10 |
Static Protected Member Functions | |
| static | generateRandomCode () |
Protected Attributes | |
| const | DB_TABLE = 'reg_registration_codes' |
Static Private Member Functions | |
| static | filterToSQL (string $filter_code, ?int $filter_role, string $filter_generated, string $filter_access_limitation) |
Class ilRegistrationCode.
Definition at line 27 of file class.ilRegistrationCode.php.
|
static |
Definition at line 32 of file class.ilRegistrationCode.php.
References $ilDB, 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 150 of file class.ilRegistrationCode.php.
Referenced by ilRegistrationSettingsGUI\deleteCodes().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 180 of file class.ilRegistrationCode.php.
References $ilDB.
|
staticprotected |
Definition at line 75 of file class.ilRegistrationCode.php.
Referenced by create().
Here is the caller graph for this function:
|
static |
Definition at line 299 of file class.ilRegistrationCode.php.
Referenced by ilAccountCode\getCodeValidUntil().
Here is the caller graph for this function:
|
static |
Definition at line 286 of file class.ilRegistrationCode.php.
Referenced by ilAccountRegistrationGUI\saveForm().
Here is the caller graph for this function:
|
static |
Definition at line 88 of file class.ilRegistrationCode.php.
Referenced by ilRegistrationCodesTableGUI\getItems().
Here is the caller graph for this function:
|
static |
Definition at line 210 of file class.ilRegistrationCode.php.
Referenced by ilRegistrationSettingsGUI\exportCodes().
Here is the caller graph for this function:
|
static |
Definition at line 166 of file class.ilRegistrationCode.php.
Referenced by ilRegistrationCodesTableGUI\initFilter().
Here is the caller graph for this function:
|
static |
Definition at line 232 of file class.ilRegistrationCode.php.
Referenced by ilAccountCode\isUnusedCode().
Here is the caller graph for this function:
|
static |
Definition at line 243 of file class.ilRegistrationCode.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilAccountRegistrationGUI\saveForm().
Here is the caller graph for this function:
|
static |
Definition at line 131 of file class.ilRegistrationCode.php.
Referenced by ilRegistrationSettingsGUI\deleteConfirmation().
Here is the caller graph for this function:
|
static |
Definition at line 274 of file class.ilRegistrationCode.php.
Referenced by ilAccountCode\useCode().
Here is the caller graph for this function:| const ilRegistrationCode::CODE_LENGTH = 10 |
Definition at line 30 of file class.ilRegistrationCode.php.
Referenced by ilRegistrationCodesTableGUI\initFilter(), and ilAccountRegistrationGUI\initForm().
|
protected |
Definition at line 29 of file class.ilRegistrationCode.php.