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