class ProductRelationshipSettings implements PrimaryKeyInterface

Class ProductRelationshipSettings

Properties

protected bool $allowWithoutMainProduct Defines if relationships are allowed without main product.

Methods

integer
getId()

No description

setId(int $id)

No description

boolean
isAllowWithoutMainProduct()

No description

setAllowWithoutMainProduct(bool $allowWithoutMainProduct)

No description

Details

at line 55
integer getId()

Return Value

integer

at line 65
ProductRelationshipSettings setId(int $id)

Parameters

int $id

Return Value

ProductRelationshipSettings

at line 75
boolean isAllowWithoutMainProduct()

Return Value

boolean

at line 85
ProductRelationshipSettings setAllowWithoutMainProduct(bool $allowWithoutMainProduct)

Parameters

bool $allowWithoutMainProduct

Return Value

ProductRelationshipSettings