lithium\data\Collection::data()

public method

Converts the current state of the data structure to an array.

Returns

array

Returns the array value of the data in this Collection.

Source

	public function data() {
		return $this->to('array', array('indexed' => null));
	}