Method | Description | |
---|---|---|
__construct ( ) | Constructor | |
__toString ( ) : string | ||
addProductTag ( |
Add ProductTag | |
getId ( ) : integer | Get id | |
getName ( ) : string | Get name | |
getProductTag ( ) : Doctrine\Common\Collections\Collection | Get ProductTag | |
getRank ( ) : integer | Get rank | |
removeProductTag ( |
Remove ProductTag | |
setId ( integer $id ) : |
Set id | |
setName ( string $name ) : |
Set name | |
setRank ( integer $rank ) : |
Set rank |
public addProductTag ( |
||
$productTag | ||
return |
public getProductTag ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public removeProductTag ( |
||
$productTag |