Documentation

DeleteRepository implements DeleteRepositoryInterface

Class DeleteRepository

Interfaces, Classes and Traits

DeleteRepositoryInterface
Interface DeleteRepositoryInterface

Table of Contents

$deleter  : DeleteServiceDeleterInterface
__construct()  : mixed
DeleteRepository constructor.
deleteImageById()  : void
deleteImageListById()  : void
deleteImageListCombiAssignment()  : void
isImageListDeletable()  : bool
extractDtoValues()  : array<string|int, mixed>
getIsImageListDeletableMethodModifierIds()  : array<string|int, mixed>

Properties

Methods

deleteImageById()

public deleteImageById(Id ...$ids) : void
Parameters
$ids : Id
Tags
inheritDoc
Return values
void

deleteImageListCombiAssignment()

public deleteImageListCombiAssignment(int $combis_id) : void
Parameters
$combis_id : int
Tags
inheritDoc
Return values
void

isImageListDeletable()

protected isImageListDeletable(int $listId, int $modifierId, string $modifierType) : bool
Parameters
$listId : int
$modifierId : int
$modifierType : string
Return values
bool

extractDtoValues()

private extractDtoValues(mixed ...$ids) : array<string|int, mixed>
Parameters
$ids : mixed
Return values
array<string|int, mixed>

getIsImageListDeletableMethodModifierIds()

private getIsImageListDeletableMethodModifierIds(int $modifierId, string $modifierType) : array<string|int, mixed>
Parameters
$modifierId : int
$modifierType : string
Return values
array<string|int, mixed>

Search results