lithium\data\source\MongoDb::name()

public method

Quotes identifiers.

MongoDb 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;
	}