Eccube\Entity\CategoryTotalCount::getProductCount PHP Method

getProductCount() public method

Get product_count
public getProductCount ( ) : integer
return integer
    public function getProductCount()
    {
        return $this->product_count;
    }