Class AnnotationsParser
Annotations support for PHP.
final public
|
#
__construct(
)
Static class – cannot be instantiated. Static class – cannot be instantiated. |
public static
array
|
#
getAll(
Reflector
$r
)
Returns annotations. Returns annotations. Parameters$r ReflectionClass|ReflectionMethod|ReflectionProperty |
protected static
Cache
|
#
getCache(
)
|
RE_STRING |
'\'(?:\\\\.|[^\'\\\\])*\'|"(?:\\\\.|[^"\\\\])*"' # |
RE_IDENTIFIER |
'[_a-zA-Z\\x7F-\\xFF][_a-zA-Z0-9\\x7F-\\xFF-]*' # |
static
bool
|
$useReflection | NULL |
# |