ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
interface.ilSkillObjectAdapterInterface.php
Go to the documentation of this file.
1
<?php
2
23
interface
ilSkillObjectAdapterInterface
24
{
25
public
function
getObjIdForRefId
(
int
$a_ref_id):
int
;
26
27
public
function
getTypeForObjId
(
int
$a_obj_id): ?string;
28
29
public
function
getTitleForObjId
(
int
$a_obj_id): string;
30
}
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:23
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 Mon Sep 1 2025 22:02:43 for ILIAS by
1.8.13 (using
Doxyfile
)