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 Values

Represents a result having the values format.

Apptus\ESales\Connector\Values implements Apptus\ESales\Connector\Result, Apptus\ESales\Connector\Facet, Countable, IteratorAggregate
Namespace: Apptus\ESales\Connector
Located at Connector/Values.php
Methods summary
public string
# getAttribute( )

The attribute value for the attribute.

The attribute value for the attribute.

Returns

string
the attribute value for the attribute

Implementation of

Apptus\ESales\Connector\Facet::getAttribute()
public boolean
# isRange( )

The isRange value for the attribute.

The isRange value for the attribute.

Returns

boolean
the isRange value for the attribute

Implementation of

Apptus\ESales\Connector\Facet::isRange()
public array
# getValues( )

Get the list of values in this result.

Get the list of values in this result.

Returns

array
The values list as an indexed array of Apptus\ESales\Connector\Value objects.
public
# getIterator( )

Implementation of

IteratorAggregate::getIterator()
final public integer
# count( )

Get the number of values.

Get the number of values.

Returns

integer
The number of values found.

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 values, otherwise false.
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