ILIAS  release_8 Revision v8.25
class.ilKitchenSinkDataCollectedObjective.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
7
9{
10 public function getArtifactPath(): string
11 {
13 }
14
15 public function build(): Setup\Artifact
16 {
17 $crawler = new Crawler\FactoriesCrawler();
20 ->jsonSerialize()
21 );
22 }
23}
An array as an artifact.
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...
Definition: Artifact.php:28
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Crawler.php:21