ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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 27 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 29 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 83 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 67 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 107 of file class.SkillProfileFactory.php.
ILIAS\Skill\Profile\SkillProfileFactory::profileUserAssignment | ( | string | $name, |
int | $id | ||
) |
Definition at line 97 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 47 of file class.SkillProfileFactory.php.