BatchIterator
        BatchIterator.php
                :
        13
                
    
                                Final
                
        
                    
                Implements
                                    Iterator                            
        
                Constants¶
                
DEFAULT_BATCH_SIZE        ¶
    
        
        BatchIterator.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        BatchIterator.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $adapter | BatchIteratorAdapter | - | - | 
| $batchSize | int | BatchIterator::DEFAULT_BATCH_SIZE | - | 
                
current()
            ¶
    
        
        BatchIterator.php
                :
        34
                
    
        | 
                     | 
                
                    
                     | 
            
Attributes
- #[ReturnTypeWillChange]
 
                
key()
            ¶
    
        
        BatchIterator.php
                :
        57
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
next()
            ¶
    
        
        BatchIterator.php
                :
        44
                
    
        | 
                     | 
                
                    
                     | 
            
                
rewind()
            ¶
    
        
        BatchIterator.php
                :
        71
                
    
        | 
                     | 
                
                    
                     | 
            
                
setBatchSize()
            ¶
    
        
        BatchIterator.php
                :
        76
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $batchSize | int | - | - | 
                
valid()
            ¶
    
        
        BatchIterator.php
                :
        62
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
bool