Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Public Attributes | List of all members
AfsFacetLayout Class Reference

Layout of the facets. More...

Inheritance diagram for AfsFacetLayout:
BasicEnum

Public Attributes

const TREE = 'TREE'
 Tree layout.
const INTERVAL = 'INTERVAL'
 Interval layout.
const UNKNOWN = 'UNKNOWN'
 Unknown layout used for not fully declared facets.

Additional Inherited Members

- Static Protected Member Functions inherited from BasicEnum
static check_val ($instance, $value, $msg=null)
 Checks whether the value is valid.

Detailed Description

Layout of the facets.

Specify the layout of the facets.

Member Data Documentation

const INTERVAL = 'INTERVAL'

Interval layout.

This layout is used for interval of values such as prices.

Examples:
full_example.php.
const TREE = 'TREE'

Tree layout.

This layout is used for flat and hierarchical facet values.

const UNKNOWN = 'UNKNOWN'

Unknown layout used for not fully declared facets.

This is intended for internal use only.