Class: PluginSonotsTag
Source Location: /sonots/tag.class.php
Class PluginSonotsTag
Class Overview
|
PukiWiki Tag Class
Located in /sonots/tag.class.php [line 19]
Tag
|
--PluginSonotsTag
Author(s):
Information Tags:
| Version: | $Id: v 1.0 2008-06-05 07:23:17Z sonots $ |
| License: | GPL v2 |
|
Methods
|
Inherited Properties, Constants, and Methods
Methods
PluginSonotsTag PluginSonotsTag(
)
|
|
string display_tagcloud(
[integer
$limit = null], [string
$relate_tag = null], string
$basehref
)
|
|
Display tagcloud
Parameters:
|
integer |
$limit: |
Number to show |
|
string |
$relate_tag: |
Show only related tags of this |
|
string |
$basehref: |
base href |
API Tags:
| Return: | HTML |
| Access: | public |
Redefinition of:
- Tag::display_tagcloud()
- Display tagcloud
string display_taglist(
[integer
$limit = null], [string
$relate_tag = null], [string
$cssclass = 'taglist tags']
)
|
|
Display tags list
Parameters:
|
integer |
$limit: |
Number to show |
|
string |
$relate_tag: |
Show only related tags of this |
|
string |
$cssclass: |
|
API Tags:
| Return: | HTML |
| Access: | public |
string display_tags(
string
$item
)
|
|
Display tags of an item
Parameters:
API Tags:
| Return: | HTML |
| Access: | public |
Redefinition of:
- Tag::display_tags()
- Display tags of an item
void get_items_filename(
$tag
)
|
|
Parameters:
Redefinition of:
- Tag::get_items_filename()
- Get filename which stores items by a tag
array get_taggedpages(
string
$tagtok
)
|
|
Get tagged pages
Syntax Sugar for get_items_by_tagtok
Parameters:
API Tags:
void get_tags_filename(
$page
)
|
|
Parameters:
Redefinition of:
- Tag::get_tags_filename()
- Get filename which stores tags of an item
string get_tag_uri(
string
$tagtok
)
|
|
Get the tag uri
Parameters:
API Tags:
| Return: | uri |
| Access: | public |
string make_taglink(
string
$tagtok
)
|
|
Get the tag link
Parameters:
API Tags:
| Return: | link html |
| Access: | public |
|
|