private function _getToolTip()
 {
     $_aSectionset = $this->aArguments['sectionset'];
     $_sSectionTitleTagID = str_replace('|', '_', $_aSectionset['_section_path']) . '_' . $this->aArguments['section_index'];
     $_oToolTip = new AmazonAutoLinks_AdminPageFramework_Form_View___ToolTip($_aSectionset['tip'], $_sSectionTitleTagID);
     return $_oToolTip->get();
 }
 private function _getToolTip($asTip, $sElementID)
 {
     $_oToolTip = new AmazonAutoLinks_AdminPageFramework_Form_View___ToolTip($asTip, $sElementID);
     return $_oToolTip->get();
 }