Class AnnotationsParser
Simple class annotations parser
Namespace: LeanMapper\Reflection
Author: Vojtěch Kohout
Located at Reflection/AnnotationsParser.php
Author: Vojtěch Kohout
Located at 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 |