DriverInterface
interface DriverInterface (View source)
Methods
                    string
                
                
                    getCategory()
        
                                            
                
            No description
                    bool
                
                
                    isValidForObject($mixed)
        
                                            
                
            Returns true if the driver can/should be used with this object.
                    extractData(CategoryMemberInterface $mixed)
        
                                            
                
            Extracts data from an object and returns it normalized into a collection.
Details
        
                            string
    getCategory()
        
    
    No description
        
                            bool
    isValidForObject($mixed)
        
    
    Returns true if the driver can/should be used with this object.
        
                            Collection
    extractData(CategoryMemberInterface $mixed)
        
    
    Extracts data from an object and returns it normalized into a collection.