Esempio n. 1
0
 /**
  * 去掉注解
  * @param unknown $text
  */
 public static function clearAnnotation($text)
 {
     return AnnotationCleaner::clean($text);
 }
Esempio n. 2
0
 public static function clean($text)
 {
     $o = new AnnotationCleaner();
     return $o->clean_($text);
 }