GenerateCustomThumbnailAsyncCommand
class GenerateCustomThumbnailAsyncCommand extends FileCommand (View source)
Properties
| protected int | $fileID | from FileCommand | |
| protected int | $maxWidth | ||
| protected int | $maxHeight | ||
| protected bool | $crop | 
Methods
                    static string
                
                
                    getHandler()
        
                                            
                
            No description
                    __construct(int $fileID, int $maxWidth, int $maxHeight, bool $crop)
        
                                            
                
            No description
                    int
                
                
                    getFileID()
        
                                            
                
            No description
                    setFileID(int $fileID)
        
                                            
                
            No description
                    int
                
                
                    getMaxWidth()
        
                                            
                
            No description
                    setMaxWidth(int $maxWidth)
        
                                            
                
            No description
                    int
                
                
                    getMaxHeight()
        
                                            
                
            No description
                    setMaxHeight(int $maxHeight)
        
                                            
                
            No description
                    bool
                
                
                    isCrop()
        
                                            
                
            No description
                    setCrop(bool $crop)
        
                                            
                
            No description
Details
        
                static            string
    getHandler()
        
    
    No description
        
                            
    __construct(int $fileID, int $maxWidth, int $maxHeight, bool $crop)
        
    
    No description
        
                            int
    getFileID()
        
    
    No description
        
                            GenerateCustomThumbnailAsyncCommand
    setFileID(int $fileID)
        
    
    No description
        
                            int
    getMaxWidth()
        
    
    No description
        
                            GenerateCustomThumbnailAsyncCommand
    setMaxWidth(int $maxWidth)
        
    
    No description
        
                            int
    getMaxHeight()
        
    
    No description
        
                            GenerateCustomThumbnailAsyncCommand
    setMaxHeight(int $maxHeight)
        
    
    No description
        
                            bool
    isCrop()
        
    
    No description
        
                            GenerateCustomThumbnailAsyncCommand
    setCrop(bool $crop)
        
    
    No description