CollectionInterface
        CollectionInterface.php
                :
        20
                
    
            Interface
                    
                Extends
                                    Countable,                                     IteratorAggregate                            
                Methods¶
                
getIterator()
            ¶
    
        
        CollectionInterface.php
                :
        32
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
Iterator
                
isEmpty()
            ¶
    
        
        CollectionInterface.php
                :
        22
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
bool
                
toArray()
            ¶
    
        
        CollectionInterface.php
                :
        27
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
array<string|int, mixed>