PHP Class TagApi, thinksns

Inheritance: extends Api
Datei anzeigen Open project: medz/thinksns-4

Public Methods

Method Description
addTag ( ) * 添加个人标签
deleteTag ( ) * 删除个人标签
getTreeAll ( ) : array 以分类树形结构获取所有标签
tag_all ( ) : array 所有礼物 --using
tag_my ( ) 我的礼物 --using

Method Details

addTag() public method

* 添加个人标签
public addTag ( )

deleteTag() public method

* 删除个人标签
public deleteTag ( )

getTreeAll() public method

以分类树形结构获取所有标签
Author: Seven Du ([email protected])
public getTreeAll ( ) : array
return array

tag_all() public method

所有礼物 --using
public tag_all ( ) : array
return array 所有礼物

tag_my() public method

我的礼物 --using
public tag_my ( )