Returns the model which this particular collection is based off of.

Returns

string The fully qualified model class name.

Source

						public function model() {
		return $this->_model;
	}