MetaFox

StickerSetAdminRepositoryInterface
in

Interface StickerSet.

Tags
mixin

BaseRepository

Table of Contents

Methods

checkCanUpdate()  : void
createStickerSet()  : StickerSet
deleteStickerSet()  : bool
installStickerSet()  : StickerSet
toggleActive()  : bool
updateStickerSet()  : StickerSet
viewStickerSet()  : StickerSet
viewStickerSets()  : Paginator

Methods

deleteStickerSet()

public deleteStickerSet(User $context, int $id) : bool
Parameters
$context : User
$id : int
Tags
throws
ValidationException
throws
AuthorizationException
Return values
bool

toggleActive()

public toggleActive(User $context, int $id, int $isActive) : bool
Parameters
$context : User
$id : int
$isActive : int
Tags
throws
ValidationException
throws
AuthorizationException
Return values
bool

viewStickerSets()

public viewStickerSets(User $context, array<string, mixed> $attributes) : Paginator
Parameters
$context : User
$attributes : array<string, mixed>
Tags
throws
AuthorizationException
Return values
Paginator

        
On this page

Search results