ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilBlogDerivedTaskProviderFactory Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilBlogDerivedTaskProviderFactory:
+ Collaboration diagram for ilBlogDerivedTaskProviderFactory:

Public Member Functions

 __construct (ilTaskService $taskService, \ilAccess $accessHandler=null, \ilLanguage $lng=null)
 
 getProviders ()
 Get providers. More...
 

Protected Attributes

ilTaskService $taskService
 
ilAccess $accessHandler
 
ilLanguage $lng
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilBlogDerivedTaskProviderFactory

Author
Thomas Famula famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 25 of file class.ilBlogDerivedTaskProviderFactory.php.

Constructor & Destructor Documentation

◆ __construct()

ilBlogDerivedTaskProviderFactory::__construct ( ilTaskService  $taskService,
\ilAccess  $accessHandler = null,
\ilLanguage  $lng = null 
)

Definition at line 31 of file class.ilBlogDerivedTaskProviderFactory.php.

References $accessHandler, $DIC, $lng, $taskService, and ILIAS\Repository\lng().

35  {
36  global $DIC;
37 
38  $this->taskService = $taskService;
39 
40  $this->accessHandler = is_null($accessHandler)
41  ? $DIC->access()
43 
44  $this->lng = is_null($lng)
45  ? $DIC->language()
46  : $lng;
47  }
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:

Member Function Documentation

◆ getProviders()

ilBlogDerivedTaskProviderFactory::getProviders ( )

Get providers.

Returns
ilDerivedTaskProvider[]

Implements ilDerivedTaskProviderFactory.

Definition at line 49 of file class.ilBlogDerivedTaskProviderFactory.php.

References ILIAS\Repository\lng().

49  : array
50  {
51  return [
53  $this->taskService,
54  $this->accessHandler,
55  $this->lng
56  )
57  ];
58  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:

Field Documentation

◆ $accessHandler

ilAccess ilBlogDerivedTaskProviderFactory::$accessHandler
protected

Definition at line 28 of file class.ilBlogDerivedTaskProviderFactory.php.

Referenced by __construct().

◆ $lng

ilLanguage ilBlogDerivedTaskProviderFactory::$lng
protected

Definition at line 29 of file class.ilBlogDerivedTaskProviderFactory.php.

Referenced by __construct().

◆ $taskService

ilTaskService ilBlogDerivedTaskProviderFactory::$taskService
protected

Definition at line 27 of file class.ilBlogDerivedTaskProviderFactory.php.

Referenced by __construct().


The documentation for this class was generated from the following file: