ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
interface.SkillUsageInfo.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /* This file is part of ILIAS, a powerful learning management system
6 * published by ILIAS open source e-Learning e.V.
7 *
8 * ILIAS is licensed with the GPL-3.0,
9 * see https://www.gnu.org/licenses/gpl-3.0.en.html
10 * You should have received a copy of said license along with the
11 * source code, too.
12 *
13 * If this is not the case or you just want to try ILIAS, you'll find
14 * us at:
15 * https://www.ilias.de
16 * https://github.com/ILIAS-eLearning
17 *
18 ********************************************************************/
19 
20 namespace ILIAS\Skill\Usage;
21 
30 interface SkillUsageInfo
31 {
39  public static function getUsageInfo(array $a_cskill_ids): array;
40 }
static getUsageInfo(array $a_cskill_ids)
Get title of an assigned item.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Get info on usages of skills.