Environment
class Environment extends BaseResource
Properties
| protected Environment | $sys | ||
| protected Locale[] | $locales | 
Methods
                    __construct(array $data)
        
                                            
                Resources in this SDK should not be built using $new Class().
from BaseResource
            
                    getSystemProperties()
        
                                            
                
            {@inheritdoc}
                    Locale[]
                
                
                    getLocales()
        
                                            
                
            No description
                    getDefaultLocale()
        
                                            
                
            Returns the default locale for this space.
                    jsonSerialize()
        
                                            
                
            {@inheritdoc}
Details
        in BaseResource at         line 26
                    protected        
    __construct(array $data)
        
    
    Resources in this SDK should not be built using $new Class().
This method is only useful in testing environments, where the resource needs to be subclasses and this method made public.
        in BaseResource at         line 38
                            
    asLink()
        
    
    {@inheritdoc}
        in BaseResource at         line 49
                            
    getId()
        
    
    {@inheritdoc}
        in BaseResource at         line 57
                            
    getType()
        
    
    {@inheritdoc}
        at         line 31
                            
    getSystemProperties()
        
    
    {@inheritdoc}
        at         line 39
                            Locale[]
    getLocales()
        
    
    
        at         line 51
                            Locale
    getLocale(string $code)
        
    
    
        at         line 72
                            Locale
    getDefaultLocale()
        
    
    Returns the default locale for this space.
        at         line 86
                            
    jsonSerialize()
        
    
    {@inheritdoc}