62    public function getAllProviders(
bool $active_only = 
false, 
int $user_id = 
null): array
 
   64        $master_factory = $this->service->getDependencies()->getDerivedTaskProviderMasterFactory();
 
   65        return $master_factory->getAllProviders($active_only, $user_id);
 
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...
 
task(string $title, int $ref_id, int $deadline, int $starting_time, int $wsp_id=0)
Subservice for derived tasks.
 
__construct(ilTaskService $service)
Constructor.
 
ilTaskServiceDependencies $_deps
 
collector()
Entry collector.
 
getAllProviders(bool $active_only=false, int $user_id=null)
Get all task providers.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
Task service dependencies.
 
getDependencies()
Get dependencies.