protected function resolveActionElementInformationDuringRender(&$elementInformation) { parent::resolveActionElementInformationDuringRender($elementInformation); if ($elementInformation['type'] == $this->activeActionElementType) { $elementInformation['htmlOptions']['class'] .= ' active'; } }