Trean_View_BookmarkList::_linkRemoveTag PHP Méthode

_linkRemoveTag() protected méthode

Get HTML for a link to remove a tag from the current search.
protected _linkRemoveTag ( string $tag ) : string
$tag string The tag we want the link for.
Résultat string
    protected function _linkRemoveTag($tag)
    {
        return Horde::url('browse.php')->add(array('actionID' => 'remove', 'tag' => $tag));
    }