| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 () | |
Protected Attributes | |
| string | $type = "role" | 
| string | $name = "" | 
| int | $id = 0 | 
| string | $obj_title = "" | 
| string | $obj_type = "" | 
| int | $obj_id = 0 | 
Definition at line 27 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 36 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 60 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$id.
| ILIAS\Skill\Profile\SkillProfileRoleAssignment::getName | ( | ) | 
Implements ILIAS\Skill\Profile\SkillProfileAssignmentInterface.
Definition at line 55 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$name.
| ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjId | ( | ) | 
Definition at line 75 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_id.
| ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjTitle | ( | ) | 
Definition at line 65 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$obj_title.
| ILIAS\Skill\Profile\SkillProfileRoleAssignment::getObjType | ( | ) | 
Definition at line 70 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 50 of file class.SkillProfileRoleAssignment.php.
References ILIAS\Skill\Profile\SkillProfileRoleAssignment\$type.
      
  | 
  protected | 
Definition at line 31 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getId().
      
  | 
  protected | 
Definition at line 30 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getName().
      
  | 
  protected | 
Definition at line 34 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getObjId().
      
  | 
  protected | 
Definition at line 32 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getObjTitle().
      
  | 
  protected | 
Definition at line 33 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\__construct(), and ILIAS\Skill\Profile\SkillProfileRoleAssignment\getObjType().
      
  | 
  protected | 
Definition at line 29 of file class.SkillProfileRoleAssignment.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleAssignment\getType().