ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilMembershipRegistrationCodes.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
28 {
33  public static function lookupObjectsByCode(string $a_code): array;
34 
39  public function register(int $a_user_id): void;
40 }
static lookupObjectsByCode(string $a_code)
Lookup all objects with reg_access_code enabled and.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...