TypeRepositoryInterface
                
            in
            
        
    
        
            Interface Type.
Tags
Table of Contents
Methods
- deleteType() : int
 - updateType() : Type
 
Methods
deleteType()
    public
                    deleteType(User $context, int $id) : int
    Parameters
- $context : User
 - $id : int
 
Tags
Return values
intupdateType()
    public
                    updateType(User $context, int $id, array<string, mixed> $attributes) : Type
    Parameters
- $context : User
 - $id : int
 - $attributes : array<string, mixed>