lithium\data\source\http\adapter\CouchDb::name()
Overrides
lithium\data\Source::name()
Quotes identifiers.
CouchDb does not need identifiers quoted, so this method simply returns the identifier.
Parameters
-
string
$name
The identifier to quote.
Returns
stringThe quoted identifier.
Source
public function name($name) {
return $name;
}