Exemplo n.º 1
0
 public static function Term_Tag(&$array_member, $criteria_id, $group)
 {
     $tagTerm = new TagTerm();
     $listTagTerm = $tagTerm->findTermsByWeight($criteria_id);
     self::compareTags($array_member, $listTagTerm, $group);
 }