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 CategoryList

Base class for results parsed from the replies from an eSales service.

Apptus\ESales\Connector\CategoryList implements Apptus\ESales\Connector\Result, IteratorAggregate
Namespace: Apptus\ESales\Connector
Located at Connector/CategoryList.php
Methods summary
public integer
# size( )

The number of categories in this result.

The number of categories in this result.

Returns

integer
the number of categories in this result
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 and false otherwise
public array
# getCategories( )

Get the list of categories in this result. The list is an array of CategoryData objects.

Get the list of categories in this result. The list is an array of CategoryData objects.

Returns

array
the categories list
public
# __toString( )
public
# getIterator( )

Implementation of

IteratorAggregate::getIterator()
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