ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
interface.ilMembershipRegistrationCodes.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
28{
33 public static function lookupObjectsByCode(string $a_code): array;
34
39 public function register(int $a_user_id): void;
40}
Interface for all objects that offer registration with access codes.
static lookupObjectsByCode(string $a_code)
Lookup all objects with reg_access_code enabled and.