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

addCategory(Category $cat)

No description

ArrayCollection
getProducts()

No description

setProducts(ArrayCollection $products)

No description

addProduct(Product $product)

No description

removeProduct(Product $product)

No description

Details

at line 82
__construct()

ProductPaymentType constructor.

at line 91
integer getId()

Return Value

integer

at line 101
ProductPaymentType setId(int $id)

Parameters

int $id

Return Value

ProductPaymentType

at line 111
string getPaymentName()

Return Value

string

at line 121
ProductPaymentType setPaymentName(string $paymentName)

Parameters

string $paymentName

Return Value

ProductPaymentType

at line 131
ArrayCollection getCategories()

Return Value

ArrayCollection

at line 141
ProductPaymentType setCategories(ArrayCollection $categories)

Parameters

ArrayCollection $categories

Return Value

ProductPaymentType

at line 153
ProductPaymentType addCategory(Category $cat)

Parameters

Category $cat

Return Value

ProductPaymentType

at line 165
ProductPaymentType removeCategory(Category $cat)

Parameters

Category $cat

Return Value

ProductPaymentType

at line 175
ArrayCollection getProducts()

Return Value

ArrayCollection

at line 185
ProductPaymentType setProducts(ArrayCollection $products)

Parameters

ArrayCollection $products

Return Value

ProductPaymentType

at line 197
ProductPaymentType addProduct(Product $product)

Parameters

Product $product

Return Value

ProductPaymentType

at line 209
ProductPaymentType removeProduct(Product $product)

Parameters

Product $product

Return Value

ProductPaymentType