You are here

public function TagadelicTag::set_link in Tagadelic 7.2

Link to a resource.

Parameters

link String Optional a link to a resource that represents: the tag. e.g. a listing with all things tagged with Tag, or the article that represents the tag.

File

./TagadelicTag.php, line 112

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

public function set_link($link) {
  $this->link = $link;
}