AttachmentFileTypeRepositoryInterface
                
            in
            
        
    
        
            Interface AttachmentFileType.
Tags
Table of Contents
Methods
- createFileType() : AttachmentFileType
 - deleteFileType() : bool
 - updateFileType() : AttachmentFileType
 - viewFileTypes() : Paginator
 
Methods
createFileType()
    public
                    createFileType(User $context[, array<string, mixed> $attributes = [] ]) : AttachmentFileType
    Parameters
- $context : User
 - $attributes : array<string, mixed> = []
 
Return values
AttachmentFileTypedeleteFileType()
    public
                    deleteFileType(User $context, int $id) : bool
    Parameters
- $context : User
 - $id : int
 
Return values
boolupdateFileType()
    public
                    updateFileType(User $context, int $id[, array<string, mixed> $attributes = [] ]) : AttachmentFileType
    Parameters
- $context : User
 - $id : int
 - $attributes : array<string, mixed> = []
 
Return values
AttachmentFileTypeviewFileTypes()
    public
                    viewFileTypes(User $context[, array<string, mixed> $attributes = [] ]) : Paginator
    Parameters
- $context : User
 - $attributes : array<string, mixed> = []