ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilUserActionProviderFactory Class Reference

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

+ Collaboration diagram for ilUserActionProviderFactory:

Public Member Functions

 getProviders ()
 

Private Attributes

const PROVIDERS
 

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

Definition at line 19 of file class.ilUserActionProviderFactory.php.

Member Function Documentation

◆ getProviders()

ilUserActionProviderFactory::getProviders ( )

Definition at line 52 of file class.ilUserActionProviderFactory.php.

52  : Generator
53  {
54  foreach (self::PROVIDERS as $p) {
55  yield new $p["class"]();
56  }
57  }

Field Documentation

◆ PROVIDERS

const ilUserActionProviderFactory::PROVIDERS
private
Initial value:
= [
[
"component" => "components/ILIAS/Contact/BuddySystem",
"class" => "ilContactUserActionProvider"
],
[
"component" => "components/ILIAS/User/Actions",
"class" => "ilMailUserActionProvider"
],
[
"component" => "components/ILIAS/User/Actions",
"class" => "ilUserUserActionProvider"
],
[
"component" => "components/ILIAS/User/Actions",
"class" => "ilWorkspaceUserActionProvider"
],
[
"component" => "components/ILIAS/User/Actions",
"class" => "ilChatUserActionProvider"
],
[
"component" => "components/ILIAS/Group/UserActions",
"class" => "ilGroupUserActionProvider"
],
[
"component" => "components/ILIAS/EmployeeTalk",
"class" => "EmployeeTalkUserActionProvider"
]
]

Definition at line 21 of file class.ilUserActionProviderFactory.php.


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