4 declare(strict_types=1);
getAgentNameByClassName(string $class_name)
Derive a name for the agent based on a class name.
getAgentByClassName(string $class_name)
Get an agent by class name.
getCoreAgents()
Collect core agents from the system bundled in a collection.
An agent that is just a collection of some other agents.
getAgents()
Collect all agents from the system, core and plugin, bundled in a collection.
A agent is some component that performs part of the setup process.
getPluginAgent(string $name)
Get a agent from a specific plugin.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...