ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
__construct (string $name, int $id, string $obj_title, string $obj_type, int $obj_id) | |
getType () | |
getName () | |
getId () | |
getObjTitle () | |
getObjType () | |
getObjId () | |
Protected Attributes | |
string | $type = "role" |
string | $name = "" |
int | $id = 0 |
string | $obj_title = "" |
string | $obj_type = "" |
int | $obj_id = 0 |
Definition at line 26 of file class.SkillProfileRoleAssignment.php.
ILIAS\Skill\Profile\SkillProfileRoleAssignment::__construct | ( | string | $name, |
int | $id, | ||
string | $obj_title, | ||
string | $obj_type, | ||
int | $obj_id | ||
) |
Definition at line 35 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$id, ILIAS\Skill\Profile\SkillProfileRoleAssignment\$name, ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_id, ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_title, and ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_type.
ILIAS\Skill\Profile\SkillProfileRoleAssignment::getId | ( | ) |
Implements ILIAS\Skill\Profile\SkillProfileAssignmentInterface.
Definition at line 59 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$id.
ILIAS\Skill\Profile\SkillProfileRoleAssignment::getName | ( | ) |
Implements ILIAS\Skill\Profile\SkillProfileAssignmentInterface.
Definition at line 54 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$name.
ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjId | ( | ) |
Definition at line 74 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_id.
ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjTitle | ( | ) |
Definition at line 64 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_title.
ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjType | ( | ) |
Definition at line 69 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_type.
ILIAS\Skill\Profile\SkillProfileRoleAssignment::getType | ( | ) |
Implements ILIAS\Skill\Profile\SkillProfileAssignmentInterface.
Definition at line 49 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$type.
|
protected |
Definition at line 30 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getId().
|
protected |
Definition at line 29 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getName().
|
protected |
Definition at line 33 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getObjId().
|
protected |
Definition at line 31 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getObjTitle().
|
protected |
Definition at line 32 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getObjType().
|
protected |
Definition at line 28 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\getType().