ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.SkillInternalManagerService.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 namespace ILIAS\Container\Skills;
23 
28 {
29  public function getSkillManager(int $cont_obj_id, int $cont_ref_id): ContainerSkillManager
30  {
31  return new ContainerSkillManager($cont_obj_id, $cont_ref_id);
32  }
33 
35  {
36  return new ContainerSkillDeletionManager();
37  }
38 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...