Eccube\Entity\Master\Tag::getProductTag PHP Method

getProductTag() public method

Get ProductTag
public getProductTag ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getProductTag()
    {
        return $this->ProductTag;
    }