3 declare(strict_types=1);
    37         ?
string $last_access = null
    39         return new Term($term_id, $user_id, $glo_id, $box_nr, $last_access);
    46         ?
string $last_access = null
    48         return new Box($box_nr, $user_id, $glo_id, $last_access);
 term(int $term_id, int $user_id, int $glo_id, int $box_nr, ?string $last_access=null)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
box(int $box_nr, int $user_id, int $glo_id, ?string $last_access=null)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...