ILIAS  release_8 Revision v8.23
interface.ilBadgeAuto.php
Go to the documentation of this file.
1 <?php
2 
23 interface ilBadgeAuto
24 {
28  public function evaluate(int $a_user_id, array $a_params, ?array $a_config): bool;
29 }
evaluate(int $a_user_id, array $a_params, ?array $a_config)
Evaluate if given user has earned badge.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...