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

Interface used for complex query options. More...

Inheritance diagram for AfsQueryObjectInterface:
AfsFacetDefault

Public Member Functions

 copy ()
 Produces new instance copied from current one.
 format ()
 Format object to appropriate string form.

Detailed Description

Interface used for complex query options.

This interface should never be used outside API internals.

Member Function Documentation

copy ( )

Produces new instance copied from current one.

Returns
copy of the current instance.

Implemented in AfsFacetDefault.

format ( )

Format object to appropriate string form.

This method can returns single string of array of string when multiple values can be assigned to one single AFS search engine query option.

Returns
formatted object.

Implemented in AfsFacetDefault.