Eccube\Entity\CategoryTotalCount::setProductCount PHP Method

setProductCount() public method

Set product_count
public setProductCount ( integer $productCount ) : CategoryTotalCount
$productCount integer
return CategoryTotalCount
    public function setProductCount($productCount)
    {
        $this->product_count = $productCount;
        return $this;
    }