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