lithium\data\Collection::model()
Returns the model which this particular collection is based off of.
Returns
stringThe fully qualified model class name.
Source
public function model() {
return $this->_model;
}
Returns the model which this particular collection is based off of.
The fully qualified model class name.
public function model() {
return $this->_model;
}