lithium\data\source\http\adapter\CouchDb::name()

public method

Quotes identifiers.

CouchDb does not need identifiers quoted, so this method simply returns the identifier.

Parameters

  • string $name

    The identifier to quote.

Returns

string

The quoted identifier.

Source

	public function name($name) {
		return $name;
	}