MaintenanceWindow
    
    
    
    
        
        
    Table of Contents
    
    Properties
    
            - 
    $communitySupport
    
                         : DateTimeInterface|null            
- 
    $eltsSupport
    
                         : DateTimeInterface|null            
    Methods
    
            - 
    __construct()
    
                                 : mixed    
- 
    fromApiResponse()
    
                                 : self    
- 
    isSupportedByCommunity()
    
                                 : bool    
- 
    isSupportedByElts()
    
                                 : bool    
- 
    isSupported()
    
                                 : bool    
        protected
            DateTimeInterface|null
    $communitySupport
    
    
    
    
    
    
                    
    
        $eltsSupport
        
        
                        read-only                    
    
    
    
    
    
        protected
            DateTimeInterface|null
    $eltsSupport
    
    
    
    
    
    
            
            
        
                    
    
        __construct()
        
    
    
    
    
    public
                    __construct(DateTimeInterface|null $communitySupport, DateTimeInterface|null $eltsSupport) : mixed
    
        
    
    
        Parameters
    
                    - 
                $communitySupport
                : DateTimeInterface|null
                            
- 
                
            
- 
                $eltsSupport
                : DateTimeInterface|null
                            
- 
                
            
        fromApiResponse()
        
    
    
    
    
    public
            static        fromApiResponse(array<string|int, mixed> $response) : self
    
        
    
    
        Parameters
    
                    - 
                $response
                : array<string|int, mixed>
                            
- 
                
            
    public
                    isSupportedByCommunity() : bool
    
        
    
    
    
    
    
            
                    
    
        isSupportedByElts()
        
    
    
    
    
    public
                    isSupportedByElts() : bool
    
        
    
    
    
    
    
            
                    
    
        isSupported()
        
    
    
    
    
    protected
                    isSupported(DateTimeInterface|null $supportedUntil) : bool
    
        
    
    
        Parameters
    
                    - 
                $supportedUntil
                : DateTimeInterface|null
                            
-