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

Formatter which surround value with double quotes. More...

Inheritance diagram for AfsQuoteFacetValueIdFormatter:
AfsFacetValueIdFormatter

Public Member Functions

 format ($value)
 Format input value.

Detailed Description

Formatter which surround value with double quotes.

Member Function Documentation

format (   $value)

Format input value.

Parameters
$value[in] vaalue to be formatted.
Returns
input value surrounded by double quotes.

Implements AfsFacetValueIdFormatter.