public function toggleIcons($arrRow, $href, $label, $title, $icon, $attributes, $strTable, $arrRootIds, $arrChildRecordIds, $blnCircularReference, $strPrevious, $strNext) { if ($arrRow['type'] != 'formcolpart' && $arrRow['type'] != 'formcolend') { return parent::toggleIcon($arrRow, $href, $label, $title, $icon, $attributes); } }