ILIAS  trunk Revision v12.0_alpha-1338-g8f7e531aa3c
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.