ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
interface.SkillProfileAssignmentInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Skill\Profile
;
22
26
interface
SkillProfileAssignmentInterface
27
{
28
public
function
getType
(): string;
29
30
public
function
getName
(): string;
31
32
public
function
getId
():
int
;
33
}
ILIAS\Skill\Profile\SkillProfileAssignmentInterface\getName
getName()
ILIAS\Skill\Profile\SkillProfileAssignmentInterface\getId
getId()
ILIAS\Skill\Profile\SkillProfileAssignmentInterface
Definition:
interface.SkillProfileAssignmentInterface.php:26
ILIAS\Skill\Profile
Definition:
class.SkillProfile.php:21
ILIAS\Skill\Profile\SkillProfileAssignmentInterface\getType
getType()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
Skill
Profile
interfaces
interface.SkillProfileAssignmentInterface.php
Generated on Sun Aug 31 2025 23:03:44 for ILIAS by
1.8.13 (using
Doxyfile
)