phpDocumentor

SlideRepository
in package
implements SlideRepositoryInterface

Class SliderRepository

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

SlideRepositoryInterface
Interface SlideRepositoryInterface

Table of Contents

$deleter  : SlideRepositoryDeleterInterface
$reader  : SlideRepositoryReaderInterface
$slideImageRepository  : SlideImageRepositoryInterface
$writer  : SlideRepositoryWriterInterface
__construct()  : mixed
SlideRepository constructor.
deleteSlideById()  : SlideRepositoryInterface
Deletes a Slide by the given slide ID.
getById()  : SlideInterface
Returns a Slide instance by the given slide ID.
getBySliderId()  : SlideCollection
Returns a SlideCollection instance by the given slider ID.
getBySliderIdAndLanguageId()  : SlideCollection
Returns a SlideCollection with all existing Slide objects by the given slider ID and language ID.
isSlideThumbnailImageFileUsed()  : bool
Check if an image file is used by another slide entry.
store()  : SlideRepositoryInterface
Stores a Slide to the database.
unsetSlideThumbnailReference()  : SlideRepositoryInterface
Unset the thumbnail filename references in other slide thumbnail entry by the given filename.
_getSlideImageCollection()  : SlideImageCollection
Returns a SlideImageCollection with all existing SlideImage objects by the given slide ID.

Properties

Methods

Search results