protected function getParamName() { if ($this->get('urlparam')) { return $this->get('urlparam'); } $objAttribute = $this->getFilteredAttribute(); if ($objAttribute) { return $objAttribute->getColName(); } return null; }