Overview

Namespaces

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

Classes

  • AbstractResponse
  • CategoriesResponse
  • ProductsResponse
  • ShopPropertiesResponse
  • ShopsResponse

Interfaces

  • CategoriesResponseInterface
  • ProductsResponseInterface
  • ResponseInterface
  • ShopPropertiesResponseInterface
  • ShopsResponseInterface

Traits

  • DataParser
  • Overview
  • Namespace
  • Class

Interface ShopPropertiesResponseInterface

Interface ShopPropertiesResponseInterface

Affilinet\ProductData\Responses\ShopPropertiesResponseInterface implements Affilinet\ProductData\Responses\ResponseInterface

Direct known implementers

Affilinet\ProductData\Responses\ShopPropertiesResponse
Namespace: Affilinet\ProductData\Responses
Located at Affilinet/ProductData/Responses/ShopPropertiesResponseInterface.php
Methods summary
public integer
# totalProperties( )

Number of total Properties for this shop

Number of total Properties for this shop

Returns

integer
public integer
# totalRecords( )

alias for totalProperties()

alias for totalProperties()

Returns

integer
public integer
# getShopId( )

Id ot the shop, these properties belong to

Id ot the shop, these properties belong to

Returns

integer
public boolean
# hasProperty( $propertyName )

Property exists?

Property exists?

Parameters

$propertyName

Returns

boolean
public Affilinet\ProductData\Responses\ResponseElements\ShopPropertyInterface
# getProperty( $propertyName )

Parameters

$propertyName

Returns

Affilinet\ProductData\Responses\ResponseElements\ShopPropertyInterface
public Affilinet\ProductData\Responses\ResponseElements\ShopPropertyInterface[]
# getProperties( )

Returns

Affilinet\ProductData\Responses\ResponseElements\ShopPropertyInterface[]
Methods inherited from Affilinet\ProductData\Responses\ResponseInterface
getResponseString(), toArray()
Methods inherited from JsonSerializable
jsonSerialize()
API documentation generated by ApiGen