44         return new ilDerivedTask($title, $ref_id, $deadline, $starting_time, $wsp_id);
    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);
 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...
 
getDependencies()
Get dependencies. 
 
task(string $title, int $ref_id, int $deadline, int $starting_time, int $wsp_id=0)
Subservice for derived tasks. 
 
Task service dependencies. 
 
__construct(ilTaskService $service)
Constructor. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ilTaskServiceDependencies $_deps
 
collector()
Entry collector. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...