예제 #1
0
 public static function print_self_closing_tag($tag_name, $attributes = array())
 {
     echo ITUtility::get_self_closing_tag($tag_name, $attributes);
 }