PHP Class Horde_Core_Tagger_Null, horde

Since: 2.12.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Tagger
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( )
browseTags ( $tags, $user )
getCloud ( $user, $limit = 5, $all = false )
getTagCountsByObjects ( array $ids, $type = null )
getTagIds ( $tags )
getTagInfo ( $tags = null, $limit = 500, $type = null, $user = null )
getTags ( $localId, $type = null )
listTags ( $token )
replaceTags ( $localId, $tags, $owner, $content_type = null )
search ( $tags, $filter = [] )
tag ( $localId, $tags, $owner, $content_type = null )
untag ( $localId, $tags, $content_type = null )

Method Details

__construct() public method

public __construct ( )

browseTags() public method

public browseTags ( $tags, $user )

getCloud() public method

public getCloud ( $user, $limit = 5, $all = false )

getTagCountsByObjects() public method

public getTagCountsByObjects ( array $ids, $type = null )
$ids array

getTagIds() public method

public getTagIds ( $tags )

getTagInfo() public method

public getTagInfo ( $tags = null, $limit = 500, $type = null, $user = null )

getTags() public method

public getTags ( $localId, $type = null )

listTags() public method

public listTags ( $token )

replaceTags() public method

public replaceTags ( $localId, $tags, $owner, $content_type = null )

tag() public method

public tag ( $localId, $tags, $owner, $content_type = null )

untag() public method

public untag ( $localId, $tags, $content_type = null )