ILIAS  release_8 Revision v8.23
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 23 of file class.ilBlogDerivedTaskProviderFactory.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

33  {
34  global $DIC;
35 
36  $this->taskService = $taskService;
37 
38  $this->accessHandler = is_null($accessHandler)
39  ? $DIC->access()
41 
42  $this->lng = is_null($lng)
43  ? $DIC->language()
44  : $lng;
45  }
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 47 of file class.ilBlogDerivedTaskProviderFactory.php.

References ILIAS\Repository\lng().

47  : array
48  {
49  return [
51  $this->taskService,
52  $this->accessHandler,
53  $this->lng
54  )
55  ];
56  }
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 26 of file class.ilBlogDerivedTaskProviderFactory.php.

Referenced by __construct().

◆ $lng

ilLanguage ilBlogDerivedTaskProviderFactory::$lng
protected

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

Referenced by __construct().

◆ $taskService

ilTaskService ilBlogDerivedTaskProviderFactory::$taskService
protected

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

Referenced by __construct().


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