This method is used to get the model object.
public function getModel($name = null) { if ($name === null) { $name = $this->_defaultModel; }return $this->_models[strtolower($name)]; }