AdminPageFramework_TableOfContents::_replyToInsertNamedElement PHP Метод

_replyToInsertNamedElement() публичный Метод

public _replyToInsertNamedElement ( $aMatches )
    public function _replyToInsertNamedElement($aMatches)
    {
        static $_icount = -1;
        $_icount++;
        $this->_aMatches[] = $aMatches[0];
        return "<span class='toc_header_link' id='toc_{$_icount}'></span>" . PHP_EOL . $aMatches[0];
    }