Esempio n. 1
0
 public function removeTags()
 {
     $tags = $this->getTags();
     foreach ($tags as $tag) {
         if (false === GWF_LinksTag::removeTag($this, $tag)) {
             //				return false;
         }
     }
     return GWF_LinksTagMap::remTags($this->getID());
 }
Esempio n. 2
0
 public function templateCloud()
 {
     $tVars = array('tags' => GWF_LinksTagMap::getCloud($this));
     return $this->templatePHP('_cloud.php', $tVars);
 }