Overview

Namespaces

  • Affilinet
    • ProductData
      • Exceptions
      • HttpClient
      • Requests
        • Helper
        • Traits
      • Responses
        • ResponseElements

Classes

  • Category
  • Facet
  • FacetValue
  • Image
  • Price
  • Product
  • Shop
  • ShopProperty

Interfaces

  • CategoryInterface
  • FacetInterface
  • FacetValueInterface
  • ImageInterface
  • PriceInterface
  • ProductInterface
  • ShopInterface
  • ShopPropertyInterface
  • Overview
  • Namespace
  • Class

Class FacetValue

Affilinet\ProductData\Responses\ResponseElements\FacetValue implements Affilinet\ProductData\Responses\ResponseElements\FacetValueInterface
Namespace: Affilinet\ProductData\Responses\ResponseElements
Located at Affilinet/ProductData/Responses/ResponseElements/FacetValue.php
Methods summary
public
# __construct( array $facetValue, Affilinet\ProductData\Responses\ResponseElements\FacetInterface $facet )

FacetValue constructor.

FacetValue constructor.

Parameters

$facetValue
$facet
public string
# getDisplayValue( )

Returns

string

Implementation of

Affilinet\ProductData\Responses\ResponseElements\FacetValueInterface::getDisplayValue()
public Affilinet\ProductData\Responses\ResponseElements\FacetInterface
# getFacet( )

Returns

Affilinet\ProductData\Responses\ResponseElements\FacetInterface

Implementation of

Affilinet\ProductData\Responses\ResponseElements\FacetValueInterface::getFacet()
public string
# getValue( )

Returns

string

Implementation of

Affilinet\ProductData\Responses\ResponseElements\FacetValueInterface::getValue()
public integer
# getResultCount( )

Returns

integer

Implementation of

Affilinet\ProductData\Responses\ResponseElements\FacetValueInterface::getResultCount()
public string
# generateQueryString( Affilinet\ProductData\Requests\ProductsRequestInterface $request )

Returns the serialized ProductsRequest to retrieve the results behind this facet value Starting with "?" for usage as URI Query Parameter

Returns the serialized ProductsRequest to retrieve the results behind this facet value Starting with "?" for usage as URI Query Parameter

Parameters

$request

Returns

string

Implementation of

Affilinet\ProductData\Responses\ResponseElements\FacetValueInterface::generateQueryString()
public string
# generateSerializedProductsRequest( Affilinet\ProductData\Requests\ProductsRequestInterface $request )

Returns the serialized ProductsRequest to retrieve the results behind this facet value

Returns the serialized ProductsRequest to retrieve the results behind this facet value

Parameters

$request

Returns

string

Implementation of

Affilinet\ProductData\Responses\ResponseElements\FacetValueInterface::generateSerializedProductsRequest()
API documentation generated by ApiGen