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

Simple formatter which does nothing. More...

Inheritance diagram for AfsNoFacetValueIdFormatter:
AfsFacetValueIdFormatter

Public Member Functions

 format ($value)
 Does nothing: return input value.

Detailed Description

Simple formatter which does nothing.

Member Function Documentation

format (   $value)

Does nothing: return input value.

Parameters
$value[in] value to be formatted.
Returns
input value.

Implements AfsFacetValueIdFormatter.