Quotes data-source-native identifiers, where applicable.

Parameters

  • string $name Identifier name.

Returns

string Returns `$name`, quoted if applicable.

Source

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