lithium\data\Collection::exists()

public method

A flag indicating whether or not the items of this collection exists.

Returns

boolean

True if exists, false otherwise.

Source

	public function exists() {
		return $this->_exists;
	}