CategoryCount
class CategoryCount extends AbstractEntity
CategoryCount
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
CategoryCount
setProductCount(integer $productCount)
Set product_count
at line 80
integer
getProductCount()
Get product_count
at line 91
CategoryCount
setCreateDate(DateTime $createDate)
Set create_date
at line 103
DateTime
getCreateDate()
Get create_date
at line 114
CategoryCount
setCategory(Category $category = null)
Set Category
at line 126
Category
getCategory()
Get Category