|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Skill\Table\TableManager:Public Member Functions | |
| __construct () | |
| getTreeTable (int $ref_id) | |
| getLevelResourcesTable (int $ref_id, int $base_skill_id, int $tref_id, int $requested_level_id) | |
| getAssignedObjectsTable (object $parent_obj, array $objects, int $skill_id=0, int $tref_id=0, int $profile_id=0) | |
| getProfileTable (int $ref_id, int $skill_tree_id) | |
| getProfileUserAssignmentTable (Profile\SkillProfile $profile, Access\SkillTreeAccess $tree_access_manager) | |
| getAssignMaterialsTable (int $top_skill_id, int $tref_id, int $basic_skill_id) | |
Definition at line 29 of file class.TableManager.php.
| ILIAS\Skill\Table\TableManager::__construct | ( | ) |
Definition at line 31 of file class.TableManager.php.
| ILIAS\Skill\Table\TableManager::getAssignedObjectsTable | ( | object | $parent_obj, |
| array | $objects, | ||
| int | $skill_id = 0, |
||
| int | $tref_id = 0, |
||
| int | $profile_id = 0 |
||
| ) |
Definition at line 50 of file class.TableManager.php.
| ILIAS\Skill\Table\TableManager::getAssignMaterialsTable | ( | int | $top_skill_id, |
| int | $tref_id, | ||
| int | $basic_skill_id | ||
| ) |
Definition at line 74 of file class.TableManager.php.
| ILIAS\Skill\Table\TableManager::getLevelResourcesTable | ( | int | $ref_id, |
| int | $base_skill_id, | ||
| int | $tref_id, | ||
| int | $requested_level_id | ||
| ) |
Definition at line 41 of file class.TableManager.php.
| ILIAS\Skill\Table\TableManager::getProfileTable | ( | int | $ref_id, |
| int | $skill_tree_id | ||
| ) |
Definition at line 60 of file class.TableManager.php.
| ILIAS\Skill\Table\TableManager::getProfileUserAssignmentTable | ( | Profile\SkillProfile | $profile, |
| Access\SkillTreeAccess | $tree_access_manager | ||
| ) |
Definition at line 67 of file class.TableManager.php.
| ILIAS\Skill\Table\TableManager::getTreeTable | ( | int | $ref_id | ) |
Definition at line 35 of file class.TableManager.php.