Esempio n. 1
0
 function get_label()
 {
     $mc = net_nemein_tag_tag_dba::new_collector('id', $this->tag);
     $tag_guids = $mc->get_values('tag');
     foreach ($tag_guids as $guid) {
         return net_nemein_tag_handler::tag_link2tagname($guid, $this->value, $this->context);
     }
     return $this->guid;
 }