ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilKitchenSinkDataCollectedObjective.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 use ILIAS\Setup;
7 
8 class ilKitchenSinkDataCollectedObjective extends Setup\Artifact\BuildArtifactObjective
9 {
10  public function getArtifactPath(): string
11  {
13  }
14 
15  public function build(): Setup\Artifact
16  {
17  $crawler = new Crawler\FactoriesCrawler();
18  return new Setup\Artifact\ArrayArtifact(
20  ->jsonSerialize()
21  );
22  }
23 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...
Definition: Artifact.php:27
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Crawler.php:21