Scenario
        Scenario.php
                :
        11
                 
    
                                Final
                
        
        
                Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        Scenario.php
                :
        19
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $autoCommit | bool | true | - | 
| $maxErrors | int | 3 | - | 
| $roundtrips | int | 1 | - | 
                 fromArray()
            ¶
fromArray()
            ¶
    
        
        Scenario.php
                :
        47
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | array{autoCommit: bool, maxErrors: int, roundtrips: int} | - | - | 
Return values
self
                 getMaxErrors()
            ¶
getMaxErrors()
            ¶
    
        
        Scenario.php
                :
        29
                 
    
        |  |  | 
Return values
int
                 getRoundtrips()
            ¶
getRoundtrips()
            ¶
    
        
        Scenario.php
                :
        39
                 
    
        |  |  | 
Return values
int
                 isAutoCommit()
            ¶
isAutoCommit()
            ¶
    
        
        Scenario.php
                :
        34
                 
    
        |  |  | 
Return values
bool