StickerSetAdminRepositoryInterface
                
            in
            
        
    
        
            Interface StickerSet.
Tags
Table of Contents
Methods
- checkCanUpdate() : void
 - createStickerSet() : StickerSet
 - deleteStickerSet() : bool
 - installStickerSet() : StickerSet
 - toggleActive() : bool
 - updateStickerSet() : StickerSet
 - viewStickerSet() : StickerSet
 - viewStickerSets() : Paginator
 
Methods
checkCanUpdate()
    public
                    checkCanUpdate(StickerSet $stickerSet[, string $action = 'update' ]) : void
    Parameters
- $stickerSet : StickerSet
 - $action : string = 'update'
 
createStickerSet()
    public
                    createStickerSet(User $context, array<string, mixed> $attributes) : StickerSet
    Parameters
- $context : User
 - $attributes : array<string, mixed>
 
Tags
Return values
StickerSetdeleteStickerSet()
    public
                    deleteStickerSet(User $context, int $id) : bool
    Parameters
- $context : User
 - $id : int
 
Tags
Return values
boolinstallStickerSet()
    public
                    installStickerSet(User $context, array<string, mixed> $attributes) : StickerSet
    Parameters
- $context : User
 - $attributes : array<string, mixed>
 
Tags
Return values
StickerSettoggleActive()
    public
                    toggleActive(User $context, int $id, int $isActive) : bool
    Parameters
- $context : User
 - $id : int
 - $isActive : int
 
Tags
Return values
boolupdateStickerSet()
    public
                    updateStickerSet(User $context, int $id, array<string, mixed> $attributes) : StickerSet
    Parameters
- $context : User
 - $id : int
 - $attributes : array<string, mixed>
 
Tags
Return values
StickerSetviewStickerSet()
    public
                    viewStickerSet(User $context, int $id) : StickerSet
    Parameters
- $context : User
 - $id : int
 
Tags
Return values
StickerSetviewStickerSets()
    public
                    viewStickerSets(User $context, array<string, mixed> $attributes) : Paginator
    Parameters
- $context : User
 - $attributes : array<string, mixed>