ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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.