예제 #1
0
파일: link.php 프로젝트: nemein/openpsa
 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;
 }