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 FacetRange

Represents a result having the facet_range format.

Apptus\ESales\Connector\FacetRange implements Apptus\ESales\Connector\Result, Apptus\ESales\Connector\Facet
Namespace: Apptus\ESales\Connector
Located at Connector/FacetRange.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 string
# getMin( )

The minimum value for the attribute.

The minimum value for the attribute.

Returns

string
the minimum value for the attribute
public string
# getMax( )

The maximum value for the attribute.

The maximum value for the attribute.

Returns

string
the maximum value for the attribute
public string
# getMinSelected( )

The selected minimum value. This is simply taken from the range that was provided to the panel through the facets argument. If no range was selected it will be the same value as returned by getMin().

The selected minimum value. This is simply taken from the range that was provided to the panel through the facets argument. If no range was selected it will be the same value as returned by getMin().

Returns

string
the selected minimum value
public string
# getMaxSelected( )

The selected maximum value. This is simply taken from the range that was provided to the panel through the facets argument. If no range was selected it will be the same value as returned by getMax().

The selected maximum value. This is simply taken from the range that was provided to the panel through the facets argument. If no range was selected it will be the same value as returned by getMax().

Returns

string
the selected maximum value
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