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