Eccube\Entity\CategoryTotalCount::setProductCount PHP Метод

setProductCount() публичный Метод

Set product_count
public setProductCount ( integer $productCount ) : CategoryTotalCount
$productCount integer
Результат CategoryTotalCount
    public function setProductCount($productCount)
    {
        $this->product_count = $productCount;
        return $this;
    }