3 declare(strict_types=1);
    34     protected Service\SkillInternalFactoryService 
$factory;
    40     protected function setUp(): void
    44         $this->factory = 
new Service\SkillInternalFactoryService();
    46         $this->profile_fac = $this->factory->profile();
    47         $this->personal_fac = $this->factory->personal();
    48         $this->tree_fac = $this->factory->tree();
    49         $this->resource_fac = $this->factory->resource();
    54         $this->assertInstanceOf(Profile\SkillProfileFactory::class, $this->profile_fac);
    55         $this->assertInstanceOf(Personal\PersonalSkillFactory::class, $this->personal_fac);
    56         $this->assertInstanceOf(Tree\SkillTreeFactory::class, $this->tree_fac);
    57         $this->assertInstanceOf(\
ILIAS\Skill\Resource\SkillResourceFactory::class, $this->resource_fac);
 
Class ChatMainBarProvider . 
 
Service SkillInternalFactoryService $factory
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
Personal PersonalSkillFactory $personal_fac
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
Profile SkillProfileFactory $profile_fac
 
Tree SkillTreeFactory $tree_fac
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
Resource SkillResourceFactory $resource_fac
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...