ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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.