Extends
lithium\util\Collection
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;
}
public function model() {
return $this->_model;
}