Class AnnotationsParser
Annotations support for PHP.
Namespace: Nette\Reflection
Author: David Grudl
Annotation
Located at Reflection/AnnotationsParser.php
Author: David Grudl
Annotation
Located at Reflection/AnnotationsParser.php
final public
|
|
public static
array
|
|
public static
|
|
public static
|
string |
RE_STRING
|
'\'(?:\\\\.|[^\'\\\\])*\'|"(?:\\\\.|[^"\\\\])*"' |
|
string |
RE_IDENTIFIER
|
'[_a-zA-Z\x7F-\xFF][_a-zA-Z0-9\x7F-\xFF-\\\]*' |
public static
boolean
|
$useReflection |
|
|
public static
array
|
$inherited | array('description', 'param', 'return') |