class EventRepository extends EntityRepository

Repository for Event Entity

Methods

mixed
findForCarousel(int $number)

Finds Events for Carousel

mixed
findNotFinished()

Finds all the Events NOT finished and NOT suppressed

mixed
findAll()

Finds all the Events

mixed
findNotSuppressed()

Finds all the Events NOT suppressed

Details

at line 27
mixed findForCarousel(int $number)

Finds Events for Carousel

Parameters

int $number

Return Value

mixed

at line 46
mixed findNotFinished()

Finds all the Events NOT finished and NOT suppressed

Return Value

mixed

at line 64
mixed findAll()

Finds all the Events

Return Value

mixed

at line 79
mixed findNotSuppressed()

Finds all the Events NOT suppressed

Return Value

mixed