Interface SliderRepositoryInterface
category |
System |
---|---|
package |
Slider |
subpackage |
Interfaces |
deleteSliderById(\IdType $sliderId) : \SliderRepositoryInterface
getAll() : \SliderCollection
getById(\IdType $sliderId) : \SliderInterface
getStartPageSlider() : \SliderInterface|null
\SliderInterface|null
Returns the start page slider instance or null if no record was found.
setStartPageSlider(\IdType $sliderId) : \SliderRepositoryInterface
store(\SliderInterface $slider) : \SliderRepositoryInterface
\SliderInterface
\SliderRepositoryInterface
Same instance for method chaining.