Class AnnotationsParser
Simple class annotations parser
		
		
		Namespace: LeanMapper\Reflection
Author: Vojtěch Kohout
Located at LeanMapper/Reflection/AnnotationsParser.php
	
	Author: Vojtěch Kohout
Located at LeanMapper/Reflection/AnnotationsParser.php
| 
			 public 
			
			
			 | |
| 
			 public static
			string|null
			
			 | 
		#
		 parseSimpleAnnotationValue( string $annotation, string $docComment )Parse value of requested simple annotation from given doc comment | 
| 
			 public static
			array
			
			 | 
		#
		 parseAnnotationValues( string $annotation, string $docComment )Parse value pieces of requested annotation from given doc comment | 
| 
			 public static
			array
			
			 | 
		#
		 parseMultiLineAnnotationValues( string $annotation, string $docComment )Parse value pieces of requested multiline annotation from given doc comment |