phpDocumentor

GoogleAnalyticsCombinedProductIdInterface

Interface GoogleAnalyticsCombinedProductIdInterface

Table of Contents

attributeIds()  : GoogleAnalyticsProductAttributeCollection
Returns the attribute ids.
containsAttributeIds()  : bool
Checks if only attribute ids are present.
containsBoth()  : bool
Checks if optional property combination id and attribute ids are present.
containsOnlyProductId()  : bool
Checks if only product id is present.
containsPropertyId()  : bool
Checks if just property combination id is present.
productId()  : int
Returns the product id.
propertyId()  : int
Returns the property combination id.

Methods

containsBoth()

Checks if optional property combination id and attribute ids are present.

public containsBoth() : bool
Return values
bool

True if optional property combination id and attribute ids are present.

Search results