ILIAS
Release_4_1_x_branch Revision 61804
|
Stores registration keys for key based registration on courses and groups. More...
Static Public Member Functions | |
static | handleCode ($a_ref_id, $a_type, $a_code) |
Handle target parameter. | |
static | generateCode () |
Generate new registration key. |
Data Fields | |
const | CODE_LENGTH = 10 |
Static Protected Member Functions | |
static | useCode ($a_code, $a_endnode) |
Use a registration code and assign the logged in user to the (parent) course/group that offer the code. | |
static | lookupObjectsByCode ($a_code) |
Get all objects with enabled access codes. |
Stores registration keys for key based registration on courses and groups.
Definition at line 13 of file class.ilMembershipRegistrationCodeUtils.php.
|
static |
Generate new registration key.
Definition at line 73 of file class.ilMembershipRegistrationCodeUtils.php.
References CODE_LENGTH.
Referenced by ilObjCourse\__createDefaultSettings(), ilObjGroup\cloneObject(), ilObjCourse\cloneSettings(), ilObjCourseGUI\initForm(), and ilObjGroupGUI\initForm().
|
static |
Handle target parameter.
object | $a_target |
Definition at line 23 of file class.ilMembershipRegistrationCodeUtils.php.
References $GLOBALS, ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupType(), ilUtil\redirect(), and useCode().
Referenced by ilObjGroupGUI\_goto(), and ilObjCourseGUI\_goto().
|
staticprotected |
Get all objects with enabled access codes.
string | $a_code |
Definition at line 92 of file class.ilMembershipRegistrationCodeUtils.php.
References ilObjCourse\lookupObjectsByCode(), and ilObjGroup\lookupObjectsByCode().
Referenced by useCode().
|
staticprotected |
Use a registration code and assign the logged in user to the (parent) course/group that offer the code.
string | $a_code | |
int | $a_endnode | Reference id of node in tree |
Definition at line 51 of file class.ilMembershipRegistrationCodeUtils.php.
References $GLOBALS, $ref_id, ilObject\_lookupObjId(), ilObjectFactory\getInstanceByRefId(), and lookupObjectsByCode().
Referenced by handleCode().
const ilMembershipRegistrationCodeUtils::CODE_LENGTH = 10 |
Definition at line 15 of file class.ilMembershipRegistrationCodeUtils.php.
Referenced by generateCode().