ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Skill\Profile\SkillProfileRoleAssignment Class Reference
+ Inheritance diagram for ILIAS\Skill\Profile\SkillProfileRoleAssignment:
+ Collaboration diagram for ILIAS\Skill\Profile\SkillProfileRoleAssignment:

Public Member Functions

 __construct (string $name, int $id, string $obj_title, string $obj_type, int $obj_id)
 
 getType ()
 
 getName ()
 
 getId ()
 
 getObjTitle ()
 
 getObjType ()
 
 getObjId ()
 
 getType ()
 
 getName ()
 
 getId ()
 

Protected Attributes

string $type = "role"
 
string $name = ""
 
int $id = 0
 
string $obj_title = ""
 
string $obj_type = ""
 
int $obj_id = 0
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getId()

ILIAS\Skill\Profile\SkillProfileRoleAssignment::getId ( )

◆ getName()

ILIAS\Skill\Profile\SkillProfileRoleAssignment::getName ( )

◆ getObjId()

ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjId ( )

Definition at line 74 of file class.SkillProfileRoleAssignment.php.

74 : int
75 {
76 return $this->obj_id;
77 }

References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_id.

◆ getObjTitle()

ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjTitle ( )

Definition at line 64 of file class.SkillProfileRoleAssignment.php.

64 : string
65 {
66 return $this->obj_title;
67 }

References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_title.

◆ getObjType()

ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjType ( )

Definition at line 69 of file class.SkillProfileRoleAssignment.php.

69 : string
70 {
71 return $this->obj_type;
72 }

References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_type.

◆ getType()

ILIAS\Skill\Profile\SkillProfileRoleAssignment::getType ( )

Field Documentation

◆ $id

int ILIAS\Skill\Profile\SkillProfileRoleAssignment::$id = 0
protected

◆ $name

string ILIAS\Skill\Profile\SkillProfileRoleAssignment::$name = ""
protected

◆ $obj_id

int ILIAS\Skill\Profile\SkillProfileRoleAssignment::$obj_id = 0
protected

◆ $obj_title

string ILIAS\Skill\Profile\SkillProfileRoleAssignment::$obj_title = ""
protected

◆ $obj_type

string ILIAS\Skill\Profile\SkillProfileRoleAssignment::$obj_type = ""
protected

◆ $type

string ILIAS\Skill\Profile\SkillProfileRoleAssignment::$type = "role"
protected

The documentation for this class was generated from the following file: