Overview

Namespaces

  • Apptus
    • ESales
      • Connector
        • Report
        • Time
    • Util
      • Cache
  • PHP

Classes

  • Ad
  • Ads
  • ArgMap
  • Attribute
  • AttributeValidation
  • Authorization
  • Category
  • CategoryData
  • CategoryList
  • CategoryNode
  • CloudConnector
  • ClusterUriIterator
  • Completion
  • Completions
  • CompressionMode
  • Connector
  • ConnectorSettingsBuilder
  • Correction
  • Corrections
  • Count
  • CssClass
  • CustomerKeyAuthentication
  • DynamicPage
  • EventDataJobResult
  • FacetList
  • FacetRange
  • Facets
  • Filter
  • FilterBuilder
  • ImportData
  • JavaScriptNotifier
  • MessageAuthentication
  • OnPremConnector
  • Order
  • OrderLine
  • Panel
  • PanelContent
  • Path
  • Phrase
  • Phrases
  • Product
  • Products
  • Reporter
  • ResultType
  • Session
  • Status
  • Subpanel
  • Value
  • Values
  • Variant

Interfaces

  • Facet
  • Result

Exceptions

  • BusyClusterException
  • ClusterUnavailableException
  • DuplicateSubpanelException
  • FetchClusterException
  • IOException
  • MalformedJsonException
  • MalformedURLException
  • MissingSubpanelException
  • PanelException
  • ParseException
  • ReportException
  • RequestFailedException
  • ResultTypeException
  • Overview
  • Namespace
  • Class
  • Tree

Class Products

Represents a result having the products format.

Apptus\ESales\Connector\Products implements Apptus\ESales\Connector\Result, Countable, IteratorAggregate
Namespace: Apptus\ESales\Connector
Located at Connector/Products.php
Methods summary
public Apptus\ESales\Connector\Product[]
# getProducts( )

Get the list of products in this result.

Get the list of products in this result.

Returns

Apptus\ESales\Connector\Product[]
The product list as an indexed array of Apptus\ESales\Connector\Product objects.
public integer
# count( )

The number of products in this result.

The number of products in this result.

Returns

integer
The number of products in this result.

Implementation of

Countable::count()
public boolean
# isEmpty( )

Return true if this result is empty and false otherwise.

Return true if this result is empty and false otherwise.

Returns

boolean
True if this result is empty, false otherwise.
public
# getIterator( )

Implementation of

IteratorAggregate::getIterator()
public
# __toString( )
public string
# getType( )

Get the result type of this result.

Get the result type of this result.

Returns

string
The result type.

See

Apptus\ESales\Connector\ResultType

Implementation of

Apptus\ESales\Connector\Result::getType()
Apptus ESales Connector PHP API documentation generated by ApiGen