ProductPaymentType
class ProductPaymentType implements PrimaryKeyInterface
Class ProductPaymentType
Methods
__construct()
ProductPaymentType constructor.
integer
getId()
No description
setId(int $id)
No description
string
getPaymentName()
No description
setPaymentName(string $paymentName)
No description
ArrayCollection
getCategories()
No description
setCategories(ArrayCollection $categories)
No description
ArrayCollection
getProducts()
No description
setProducts(ArrayCollection $products)
No description
Details
at line 82
__construct()
ProductPaymentType constructor.