| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
An array as an artifact. More...
 Inheritance diagram for ILIAS\Setup\Artifact\ArrayArtifact:
 Collaboration diagram for ILIAS\Setup\Artifact\ArrayArtifact: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 | |
| array | $data = [] | 
An array as an artifact.
Definition at line 28 of file ArrayArtifact.php.
| ILIAS\Setup\Artifact\ArrayArtifact::__construct | ( | array | $data | ) | 
| array | $data | - may only contain primitive data | 
Definition at line 35 of file ArrayArtifact.php.
References ILIAS\Setup\Artifact\ArrayArtifact\$data, and ILIAS\Setup\Artifact\ArrayArtifact\check().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 47 of file ArrayArtifact.php.
Referenced by ILIAS\Setup\Artifact\ArrayArtifact\__construct().
 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 42 of file ArrayArtifact.php.
      
  | 
  private | 
Definition at line 30 of file ArrayArtifact.php.
Referenced by ILIAS\Setup\Artifact\ArrayArtifact\__construct().