|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
An array as an artifact. More...
Inheritance diagram for ILIAS\Setup\ArrayArtifact:
Collaboration diagram for ILIAS\Setup\ArrayArtifact:Public Member Functions | |
| __construct (array $data) | |
| serialize () | |
| This method will be called from the source, which wants to save the artifact. More... | |
| 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 10 of file ArrayArtifact.php.
| ILIAS\Setup\ArrayArtifact::__construct | ( | array | $data | ) |
| array | $data | - may only contain primitive data |
Definition at line 20 of file ArrayArtifact.php.
References ILIAS\Setup\ArrayArtifact\$data, and ILIAS\Setup\ArrayArtifact\check().
Here is the call graph for this function:
|
private |
Definition at line 32 of file ArrayArtifact.php.
References Vendor\Package\$a, and ILIAS\Setup\ArrayArtifact\check().
Referenced by ILIAS\Setup\ArrayArtifact\__construct(), and ILIAS\Setup\ArrayArtifact\check().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
This method will be called from the source, which wants to save the artifact.
Implements ILIAS\Setup\Artifact.
Definition at line 27 of file ArrayArtifact.php.
|
private |
Definition at line 15 of file ArrayArtifact.php.
Referenced by ILIAS\Setup\ArrayArtifact\__construct().