SavedListItemViewRepositoryInterface
in
Interface SavedListItemView.
Tags
Table of Contents
Methods
- isExists() : bool
- markAsOpened() : Saved
- markAsUnOpened() : Saved
Methods
isExists()
public
isExists(User $context, array<string|int, mixed> $attributes) : bool
Parameters
- $context : User
- $attributes : array<string|int, mixed>
Return values
boolmarkAsOpened()
public
markAsOpened(User $context, array<string|int, mixed> $attributes) : Saved
Parameters
- $context : User
- $attributes : array<string|int, mixed>
Return values
SavedmarkAsUnOpened()
public
markAsUnOpened(User $context, array<string|int, mixed> $attributes) : Saved
Parameters
- $context : User
- $attributes : array<string|int, mixed>