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
AfsCombinableFilter Class Reference

Base class for combinable elements. More...

Inheritance diagram for AfsCombinableFilter:
AfsGroupFilter AfsValuedFilter

Public Member Functions

 __get ($name)
 Creates new combinator filter object initialized with current instance.

Detailed Description

Base class for combinable elements.

Combinable elements are element which can be combined with specific combinator filter object such as: AfsAndCombinatorFilter and AfsOrCombinatorFilter.

Member Function Documentation

__get (   $name)

Creates new combinator filter object initialized with current instance.

Parameters
$name[in] Combinator name. Available values are:
  • and: to and-combine elements,
  • or: to or-combine elements.
Returns
Newly created instance of combinator filter type.
Exceptions
AfsUnknownCombinatorExceptionrequired combinator does not exist.