ImageVariable
class ImageVariable implements VariableInterface (View source)
Properties
| protected string | $name | ||
| protected string | $url | ||
| protected string|null | $fID | 
Methods
                    __construct(string $name, string $url = null, $fID = null)
        
                                            
                
            ImageVariable constructor.
                    string
                
                
                    getName()
        
                                            
                
            No description
                    void
                
                
                    setName(string $name)
        
                                            
                
            No description
                    string|null
                
                
                    getUrl()
        
                                            
                
            No description
                    void
                
                
                    setUrl(string $url)
        
                                            
                
            No description
                    string|null
                
                
                    getFileID()
        
                                            
                
            No description
                    void
                
                
                    setFileID(string|null $fID)
        
                                            
                
            No description
                    getComputedUrl()
        
                                            
                
            No description
                    getValue()
        
                                            
                
            No description
                    jsonSerialize()
        
                                            
                
            No description
Details
        
                            
    __construct(string $name, string $url = null, $fID = null)
        
    
    ImageVariable constructor.
        
                            string
    getName()
        
    
    No description
        
                            void
    setName(string $name)
        
    
    No description
        
                            string|null
    getUrl()
        
    
    No description
        
                            void
    setUrl(string $url)
        
    
    No description
        
                            string|null
    getFileID()
        
    
    No description
        
                            void
    setFileID(string|null $fID)
        
    
    No description
        
                            
    getComputedUrl()
        
    
    No description
        
                            
    getValue()
        
    
    No description
        
                            
    jsonSerialize()
        
    
    No description