IndexInterface
interface IndexInterface implements IndexingDriverInterface (View source)
Interface IndexInterface
Methods
                    void
                
                
                    clear()
        
                                            
                
            Clear out all indexed items
Details
        
                            bool
    index(mixed $object)
        
    
    Add an object to the index
        
                            bool
    forget(mixed $object)
        
    
    Remove an object from the index
        
                            void
    clear()
        
    
    Clear out all indexed items