getParentBlock()->getCurrentOrder()) { $urlParams['_query'][$this->getParentBlock()->getOrderVarName()] = $this->getParentBlock()->getCurrentOrder(); } if ($this->getParentBlock()->getCurrentDirection()) { $urlParams['_query'][$this->getParentBlock()->getDirectionVarName()] = $this->getParentBlock()->getCurrentDirection(); } if ($this->getParentBlock()->getLimit()) { $urlParams['_query'][$this->getParentBlock()->getLimitVarName()] = $this->getParentBlock()->getLimit(); } return $this->getUrl('*/*/*', $urlParams); } protected function _getUrlModelClass() { return 'blog/url'; } }