A flag indicating whether or not this record exists.

Returns

boolean `True` if the record was `read` from the data-source, or has been `create`d and `save`d. Otherwise `false`.

Source

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