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 Completions

Represents a result having the completions format.

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

Get the number of completions found.

Get the number of completions found.

Returns

integer
The number of completions.

Implementation of

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

Check if this result is empty.

Check if this result is empty.

Returns

boolean
True if there are no completions, otherwise false.
public Apptus\ESales\Connector\Completion[]
# getCompletions( )

Get a list of the completions.

Get a list of the completions.

Returns

Apptus\ESales\Connector\Completion[]
The list of completions.
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()
public
# __toString( )
Apptus ESales Connector PHP API documentation generated by ApiGen