EventRepository
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
        at         line 46
                            mixed
    findNotFinished()
        
    
    Finds all the Events NOT finished and NOT suppressed
        at         line 64
                            mixed
    findAll()
        
    
    Finds all the Events
        at         line 79
                            mixed
    findNotSuppressed()
        
    
    Finds all the Events NOT suppressed