CurrencyListInterface
        CurrencyListInterface.php
                :
        17
                
    
            Interface
                    
                Extends
                                    IteratorAggregate,                                     Countable                            
                Methods¶
                
getCurrencies()
            ¶
    
        
        CurrencyListInterface.php
                :
        24
                
    
        Partial list of currencies.
| 
                     | 
                
                    
                     | 
            
Return values
array<string|int, CurrencyInterface>
                
getTotalCount()
            ¶
    
        
        CurrencyListInterface.php
                :
        29
                
    
        Return total count of found currencies (filtered by permissions).
| 
                     | 
                
                    
                     | 
            
Return values
int