|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilAccountCode. More...
Collaboration diagram for ilAccountCode:Static Public Member Functions | |
| static | create ($valid_until, $stamp) |
| static | getCodesData ($order_field, $order_direction, $offset, $limit, $filter_code, $filter_valid_until, $filter_generated) |
| static | loadCodesByIds (array $ids) |
| static | deleteCodes (array $ids) |
| static | getGenerationDates () |
| static | getCodesForExport ($filter_code, $filter_valid_until, $filter_generated) |
| static | isUnusedCode ($code) |
| static | useCode ($code) |
| static | getCodeValidUntil ($code) |
| static | applyRoleAssignments (ilObjUser $user, $code) |
| static | applyAccessLimits (ilObjUser $user, $code) |
Data Fields | |
| const | DB_TABLE = 'usr_account_codes' |
| const | CODE_LENGTH = 10 |
Static Protected Member Functions | |
| static | generateRandomCode () |
| static | filterToSQL ($filter_code, $filter_valid_until, $filter_generated) |
Class ilAccountCode.
Definition at line 13 of file class.ilAccountCode.php.
|
static |
Definition at line 258 of file class.ilAccountCode.php.
References ilRegistrationCode\getCodeData(), IL_CAL_DATE, IL_CAL_DAY, IL_CAL_MONTH, IL_CAL_UNIX, IL_CAL_YEAR, ilObjUser\setTimeLimitUnlimited(), and ilObjUser\setTimeLimitUntil().
Referenced by ilStartUpGUI\processCode().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 225 of file class.ilAccountCode.php.
References $GLOBALS, ilObject\_getAllReferences(), ilObject\_lookupType(), ilRegistrationCode\getCodeData(), ilRegistrationCode\getCodeRole(), and ilObject\getId().
Referenced by ilStartUpGUI\processCode().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 19 of file class.ilAccountCode.php.
References $data, $DIC, $ilDB, and generateRandomCode().
Referenced by ilAccountCodesGUI\createCodes().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 104 of file class.ilAccountCode.php.
Referenced by ilAccountCodesGUI\deleteCodes().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 130 of file class.ilAccountCode.php.
Referenced by getCodesData(), and getCodesForExport().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 46 of file class.ilAccountCode.php.
References CODE_LENGTH.
Referenced by create().
Here is the caller graph for this function:
|
static |
Definition at line 59 of file class.ilAccountCode.php.
References $DIC, $ilDB, $result, and filterToSQL().
Referenced by ilAccountCodesTableGUI\getItems().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 153 of file class.ilAccountCode.php.
References $DIC, $ilDB, $result, and filterToSQL().
Referenced by ilAccountCodesGUI\exportCodes().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 201 of file class.ilAccountCode.php.
References $DIC, $ilDB, and ilRegistrationCode\getCodeData().
Referenced by ilStartUpGUI\processCode().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 116 of file class.ilAccountCode.php.
References $DIC, $ilDB, and $result.
Referenced by ilAccountCodesTableGUI\initFilter().
Here is the caller graph for this function:
|
static |
Definition at line 171 of file class.ilAccountCode.php.
References $DIC, $ilDB, and ilRegistrationCode\isUnusedCode().
Referenced by ilStartUpGUI\processCode().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 90 of file class.ilAccountCode.php.
References $DIC, $ilDB, and $result.
Referenced by ilAccountCodesGUI\deleteConfirmation().
Here is the caller graph for this function:
|
static |
Definition at line 189 of file class.ilAccountCode.php.
References $DIC, $ilDB, and ilRegistrationCode\useCode().
Referenced by ilStartUpGUI\processCode().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilAccountCode::CODE_LENGTH = 10 |
Definition at line 16 of file class.ilAccountCode.php.
Referenced by generateRandomCode(), and ilAccountCodesTableGUI\initFilter().
| const ilAccountCode::DB_TABLE = 'usr_account_codes' |
Definition at line 15 of file class.ilAccountCode.php.