ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilWebResourceSetupAgent Class Reference
+ Inheritance diagram for ilWebResourceSetupAgent:
+ Collaboration diagram for ilWebResourceSetupAgent:

Public Member Functions

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

Detailed Description

Member Function Documentation

◆ getStatusObjective()

ilWebResourceSetupAgent::getStatusObjective ( Setup\Metrics\Storage  $storage)

Definition at line 39 of file class.ilWebResourceSetupAgent.php.

39  : Setup\Objective
40  {
41  return new Setup\ObjectiveCollection(
42  'Component WebResource',
43  true,
46  );
47  }
These update steps drop the columns 'disable_check', 'last_check' and 'valid' from the table 'webr_it...
General purpose update steps for weblinks.

◆ getUpdateObjective()

ilWebResourceSetupAgent::getUpdateObjective ( ?Setup\Config  $config = null)

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

29  : Setup\Objective
30  {
31  return new Setup\ObjectiveCollection(
32  'WebLinks',
33  false,
36  );
37  }
These update steps drop the columns 'disable_check', 'last_check' and 'valid' from the table 'webr_it...
General purpose update steps for weblinks.

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