BxDolTwigModule::reparseTags PHP Method

reparseTags() public method

================================== tags/cats reparse functions
public reparseTags ( $iEntryId )
    function reparseTags($iEntryId)
    {
        $iEntryId = (int) $iEntryId;
        bx_import('BxDolTags');
        $o = new BxDolTags();
        $o->reparseObjTags($this->_sPrefix, $iEntryId);
    }