CategoryTotalCount
class CategoryTotalCount extends AbstractEntity
CategoryTotalCount
Methods
                    integer
                
                
                    getCategoryId()
        
                                            
                
            Get category_id
                    setProductCount(integer $productCount)
        
                                            
                
            Set product_count
                    integer
                
                
                    getProductCount()
        
                                            
                
            Get product_count
                    getCreateDate()
        
                                            
                
            Get create_date
                    getCategory()
        
                                            
                
            Get Category
Details
        in AbstractEntity at         line 32
                            
    offsetExists($offset)
        
    
    
        in AbstractEntity at         line 39
                            
    offsetSet($offset, $value)
        
    
    
        in AbstractEntity at         line 43
                            
    offsetGet($offset)
        
    
    
        in AbstractEntity at         line 54
                            
    offsetUnset($offset)
        
    
    
        at         line 57
                            integer
    getCategoryId()
        
    
    Get category_id
        at         line 68
                            CategoryTotalCount
    setProductCount(integer $productCount)
        
    
    Set product_count
        at         line 80
                            integer
    getProductCount()
        
    
    Get product_count
        at         line 91
                            CategoryTotalCount
    setCreateDate(DateTime $createDate)
        
    
    Set create_date
        at         line 103
                            DateTime
    getCreateDate()
        
    
    Get create_date
        at         line 114
                            CategoryTotalCount
    setCategory(Category $category = null)
        
    
    Set Category
        at         line 126
                            Category
    getCategory()
        
    
    Get Category