RegistryTrait
    
        
        
    
    
                                    - 
                    see
                
- 
                                                                                    RegistryTrait::set()
                                        
                                             
                                    
- 
                    see
                
- 
                                                                                    RegistryTrait::get()
                                        
                                             
                                    
- 
                    see
                
- 
                                                                                    RegistryTrait::exist()
                                        
                                             
                                    
        Table of Contents
        
    
    
        
                                                    
    | exist() |  | : bool | 
                            
    | get() |  | : mixed | 
                            
    | set() |  | : void | 
                                
    
        
            
        
                    
    
        exist()
        
    
    
    
    
    public
            static    exist(string $key) : bool
    
        Parameters
    
                    - 
                $key
                : string
                            
- 
                
            
Return values
    bool
            —
        
    
                    
    
        get()
        
    
    
    
    
    public
            static    get(string $key) : mixed
    
        Parameters
    
                    - 
                $key
                : string
                            
- 
                
            
                                    - 
                    throws
                
- 
                                                                InvalidArgumentException
                                                            
                                             
                                    
Return values
    mixed
            —
        
    
                    
    
        set()
        
    
    
    
    
    public
            static    set(string $key, mixed $value) : void
    
        Parameters
    
                    - 
                $key
                : string
                            
- 
                
            
- 
                $value
                : mixed
                            
- 
                
            
                                    - 
                    throws
                
- 
                                                                InvalidArgumentException
                                                            
                                             
                                    
Return values
    void
            —