lithium\data\Source::name()

public method

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