|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Skill\Profile\SkillProfileFactory:Public Member Functions | |
| profile (int $id, string $title, string $description, int $skill_tree_id, string $image_id="", int $ref_id=0) | |
| roleProfile (int $role_id, int $profile_id, string $title, string $description, int $skill_tree_id, string $image_id, int $ref_id) | |
| profileLevel (int $profile_id, int $base_skill_id, int $tref_id, int $level_id, int $order_nr) | |
| profileCompletion (int $profile_id, int $user_id, string $date, bool $fulfilled) | |
| profileUserAssignment (string $name, int $id) | |
| profileRoleAssignment (string $name, int $id, string $obj_title, string $obj_type, int $obj_id) | |
Definition at line 28 of file class.SkillProfileFactory.php.
| ILIAS\Skill\Profile\SkillProfileFactory::profile | ( | int | $id, |
| string | $title, | ||
| string | $description, | ||
| int | $skill_tree_id, | ||
| string | $image_id = "", |
||
| int | $ref_id = 0 |
||
| ) |
Definition at line 30 of file class.SkillProfileFactory.php.
References $ref_id.
| ILIAS\Skill\Profile\SkillProfileFactory::profileCompletion | ( | int | $profile_id, |
| int | $user_id, | ||
| string | $date, | ||
| bool | $fulfilled | ||
| ) |
Definition at line 84 of file class.SkillProfileFactory.php.
| ILIAS\Skill\Profile\SkillProfileFactory::profileLevel | ( | int | $profile_id, |
| int | $base_skill_id, | ||
| int | $tref_id, | ||
| int | $level_id, | ||
| int | $order_nr | ||
| ) |
Definition at line 68 of file class.SkillProfileFactory.php.
| ILIAS\Skill\Profile\SkillProfileFactory::profileRoleAssignment | ( | string | $name, |
| int | $id, | ||
| string | $obj_title, | ||
| string | $obj_type, | ||
| int | $obj_id | ||
| ) |
Definition at line 108 of file class.SkillProfileFactory.php.
| ILIAS\Skill\Profile\SkillProfileFactory::profileUserAssignment | ( | string | $name, |
| int | $id | ||
| ) |
Definition at line 98 of file class.SkillProfileFactory.php.
| ILIAS\Skill\Profile\SkillProfileFactory::roleProfile | ( | int | $role_id, |
| int | $profile_id, | ||
| string | $title, | ||
| string | $description, | ||
| int | $skill_tree_id, | ||
| string | $image_id, | ||
| int | $ref_id | ||
| ) |
Definition at line 48 of file class.SkillProfileFactory.php.