ILIAS
release_7 Revision v7.30-3-g800a261c036
|
An array as an artifact. More...
Public Member Functions | |
__construct (array $data) | |
serialize () | |
This method will be called from the source, which wants to save the artifact. More... | |
Private Member Functions | |
check (array $a) | |
Private Attributes | |
$data = [] | |
An array as an artifact.
Definition at line 12 of file ArrayArtifact.php.
ILIAS\Setup\Artifact\ArrayArtifact::__construct | ( | array | $data | ) |
array | $data | - may only contain primitive data |
Definition at line 22 of file ArrayArtifact.php.
References ILIAS\Setup\Artifact\ArrayArtifact\$data, and ILIAS\Setup\Artifact\ArrayArtifact\check().
|
private |
Definition at line 34 of file ArrayArtifact.php.
Referenced by ILIAS\Setup\Artifact\ArrayArtifact\__construct().
|
final |
This method will be called from the source, which wants to save the artifact.
Implements ILIAS\Setup\Artifact.
Definition at line 29 of file ArrayArtifact.php.
|
private |
Definition at line 17 of file ArrayArtifact.php.
Referenced by ILIAS\Setup\Artifact\ArrayArtifact\__construct().