Ejemplo n.º 1
0
 public static function getDocComment($reflection)
 {
     if (self::checkRawDocCommentParsingNeeded()) {
         $docComment = new Customweb_Annotation_DocComment();
         return $docComment->get($reflection);
     }
     return $reflection->getDocComment();
 }