SlideRepositoryDeleterInterface
in
Interface SlideRepositoryDeleterInterface
Tags
Table of Contents
- deleteById() : SlideRepositoryDeleterInterface
- Deletes a Slide by the given slide ID.
Methods
deleteById()
Deletes a Slide by the given slide ID.
public
deleteById(IdType $slideId) : SlideRepositoryDeleterInterface
Parameters
- $slideId : IdType
Return values
SlideRepositoryDeleterInterface —Same instance for method chaining.