AddressSettings
class AddressSettings extends Settings (View source)
Properties
| protected | $key | from Settings | |
| protected | $akDefaultCountry | ||
| protected | $akHasCustomCountries | ||
| protected | $customCountries | ||
| protected | $akGeolocateCountry | 
Methods
                    mixed
                
                
                    getDefaultCountry()
        
                                            
                
            No description
                    setDefaultCountry(mixed $defaultCountry)
        
                                            
                
            No description
                    mixed
                
                
                    hasCustomCountries()
        
                                            
                
            No description
                    setHasCustomCountries(mixed $hasCustomCountries)
        
                                            
                
            No description
                    mixed
                
                
                    getCustomCountries()
        
                                            
                
            No description
                    setCustomCountries(mixed $customCountries)
        
                                            
                
            No description
                    bool
                
                
                    geolocateCountry()
        
                                            
                
            Should we try to determine the Country starting from the visitor's IP address?
                    setGeolocateCountry(bool $value)
        
                                            
                
            Should we try to determine the Country starting from the visitor's IP address?
Details
        
                            mixed
    getAttributeKey()
        
    
    No description
        
                            
    setAttributeKey(mixed $key)
        
    
    No description
        
                            mixed
    getAttributeType()
        
    
    No description
        
                            
    mergeAndPersist(EntityManagerInterface $entityManager)
        
    
    No description
        
                            
    createController()
        
    
    No description
        
                            
    getController()
        
    
    No description
        
                            mixed
    getDefaultCountry()
        
    
    No description
        
                            
    setDefaultCountry(mixed $defaultCountry)
        
    
    No description
        
                            mixed
    hasCustomCountries()
        
    
    No description
        
                            
    setHasCustomCountries(mixed $hasCustomCountries)
        
    
    No description
        
                            mixed
    getCustomCountries()
        
    
    No description
        
                            
    setCustomCountries(mixed $customCountries)
        
    
    No description
        
                            bool
    geolocateCountry()
        
    
    Should we try to determine the Country starting from the visitor's IP address?
        
                            
    setGeolocateCountry(bool $value)
        
    
    Should we try to determine the Country starting from the visitor's IP address?