PHP Class Horde_Core_Tagger_Null, horde

Since: 2.12.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Tagger
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode 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 méthode

public __construct ( )

browseTags() public méthode

public browseTags ( $tags, $user )

getCloud() public méthode

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

getTagCountsByObjects() public méthode

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

getTagIds() public méthode

public getTagIds ( $tags )

getTagInfo() public méthode

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

getTags() public méthode

public getTags ( $localId, $type = null )

listTags() public méthode

public listTags ( $token )

replaceTags() public méthode

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

tag() public méthode

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

untag() public méthode

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