ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
interface.ilSkillObjectAdapterInterface.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
25
interface
ilSkillObjectAdapterInterface
26
{
27
public
function
getObjIdForRefId
(
int
$a_ref_id):
int
;
28
29
public
function
getTypeForObjId
(
int
$a_obj_id): ?string;
30
31
public
function
getTitleForObjId
(
int
$a_obj_id): string;
32
}
ilSkillObjectAdapterInterface\getObjIdForRefId
getObjIdForRefId(int $a_ref_id)
ilSkillObjectAdapterInterface
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilSkillObjectAdapterInterface.php:25
ilSkillObjectAdapterInterface\getTitleForObjId
getTitleForObjId(int $a_obj_id)
ilSkillObjectAdapterInterface\getTypeForObjId
getTypeForObjId(int $a_obj_id)
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
Services
Skill
interfaces
interface.ilSkillObjectAdapterInterface.php
Generated on Wed Sep 10 2025 14:11:53 for ILIAS by
1.8.13 (using
Doxyfile
)