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 Value

Represents a single element in a result having the values format.

Namespace: Apptus\ESales\Connector
Located at Connector/Value.php
Methods summary
public string
# getText( )

Get the text of the value.

Get the text of the value.

Returns

string
The text.
public float
# getRelevance( )

Get the relevance associated with this value.

Get the relevance associated with this value.

Deprecated

No longer outputted by the server, except for test queries, and will return 0.0.


Returns

float
The relevance or 0.0.
public integer
# getCount( )

Get the product count associated with this value.

Get the product count associated with this value.

Returns

integer
The product count.
public string
# getTicket( )

Returns a dummy-ticket.

Returns a dummy-ticket.

Deprecated

This ticket is no longer needed. You can safely stop notifying clicks on values.


Returns

string
A valid dummy-ticket.
public boolean
# isSelected( )

Check if this value is a selected facet value.

Check if this value is a selected facet value.

Returns

boolean
True if the value is a facet value that was included in the facets parameter to the panel.
public
# __toString( )
Apptus ESales Connector PHP API documentation generated by ApiGen