AdminPageFramework_Form_View___SectionTitle::_getSectionTitleOutput PHP Method

_getSectionTitleOutput() private method

private _getSectionTitleOutput ( $sTitle, $sTag, $aCollapsible )
    private function _getSectionTitleOutput($sTitle, $sTag, $aCollapsible)
    {
        $_aSectionset = $this->aArguments['sectionset'];
        return $sTitle ? "<{$sTag} class='section-title'>" . $this->_getCollapseButton($aCollapsible) . $sTitle . $this->_getToolTip($_aSectionset) . $this->_getDebugInfo($_aSectionset) . "</{$sTag}>" : '';
    }