Returns the current item.

Returns

mixed The current item.

Source

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