AdminPageFramework_Form_View___SectionTitle::_getToolTip PHP Method

_getToolTip() private method

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