34 ilExerciseDerivedTaskProviderFactory::class,
35 ilForumDerivedTaskProviderFactory::class,
36 DerivedTaskProviderFactory::class,
37 ilBlogDerivedTaskProviderFactory::class
70 $user_id = $this->service->getDependencies()->user()->getId();
73 foreach ($this->provider_factories as $provider_factory) {
74 foreach ($provider_factory->getProviders() as
$provider) {
75 if (!$active_only ||
$provider->isActive()) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAllProviders(bool $active_only=false, ?int $user_id=null)
Get all task providers.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(ilTaskService $service, $provider_factories=null)
Constructor.
Derived task providers factory.
array $default_provider_factories
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...