AlbumContract
                
    
        
        
    Table of Contents
    
    Methods
    
            - 
    chunkingTrashedAlbums()
    
                                 : mixed    
 
            - 
    getDefaultAlbumTitle()
    
                                 : string    
 
            - 
    getDefaultTypes()
    
                                 : array<string|int, mixed>    
 
            - 
    isDefaultAlbum()
    
                                 : bool    
 
    
        
            
        
                    
    
        chunkingTrashedAlbums()
        
    
    
    
    
    public
                    chunkingTrashedAlbums(User $context, string $userType, int $userId) : mixed
    
        
    
        Parameters
    
                    - 
                $context
                : User
                            
 
            - 
                
            
 
                    - 
                $userType
                : string
                            
 
            - 
                
            
 
                    - 
                $userId
                : int
                            
 
            - 
                
            
 
            
    
    
                    
    
        getDefaultAlbumTitle()
        
    
    
    
    
    public
                    getDefaultAlbumTitle(Album $album) : string
    
        
    
        Parameters
    
                    - 
                $album
                : Album
                            
 
            - 
                
            
 
            
    
            
                    
    
        getDefaultTypes()
        
    
    
    
    
    public
                    getDefaultTypes() : array<string|int, mixed>
    
        
    
    
    
            
        Return values
        array<string|int, mixed>
            
                    
    
        isDefaultAlbum()
        
    
    
    
    
    public
                    isDefaultAlbum(int|null $value) : bool
    
        
    
        Parameters
    
                    - 
                $value
                : int|null
                            
 
            -