ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
interface.SkillProfileAssignmentInterface.php:27
ILIAS\Skill\Profile\SkillProfileAssignmentInterface\getName
getName()
ILIAS\Skill\Profile\SkillProfileAssignmentInterface\getId
getId()
ILIAS\Skill\Profile\SkillProfileAssignmentInterface\getType
getType()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Skill\Profile
Definition:
class.SkillProfile.php:21
components
ILIAS
Skill
Profile
interfaces
interface.SkillProfileAssignmentInterface.php
Generated on Sat Oct 18 2025 23:04:04 for ILIAS by
1.9.4 (using
Doxyfile
)