lithium\util\Collection::key()

public method

Returns the key of the current item.

Returns

scalar

Scalar on success or null on failure.

Source

	public function key() {
		return key($this->_data);
	}