ILIAS  release_8 Revision v8.25
ilRadiusAgent Class Reference
+ Inheritance diagram for ilRadiusAgent:
+ Collaboration diagram for ilRadiusAgent:

Public Member Functions

 getUpdateObjective (Setup\Config $config=null)
 
 getStatusObjective (Metrics\Storage $storage)
 

Detailed Description

Definition at line 23 of file class.ilRadiusAgent.php.

Member Function Documentation

◆ getStatusObjective()

ilRadiusAgent::getStatusObjective ( Metrics\Storage  $storage)

Definition at line 35 of file class.ilRadiusAgent.php.

35 : Objective
36 {
37 return new \ilDatabaseUpdateStepsMetricsCollectedObjective($storage, new ilRadiusDBUpdateSteps());
38 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An objective is a desired state of the system that is supposed to be created by the setup.
Definition: Objective.php:31

◆ getUpdateObjective()

ilRadiusAgent::getUpdateObjective ( Setup\Config  $config = null)

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

25 : Setup\Objective
26 {
27 return new Setup\ObjectiveCollection(
28 "Service/Radius Objectives",
29 false,
32 );
33 }
This class attempt to achieve a set of database update steps.

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