Class AnnotationsParser (namespace Nette\Reflection)
Annotations support for PHP.
Public Method Summary | |
---|---|
AnnotationsParser |
__construct
()
Static class - cannot be instantiated.
|
static array |
getAll
($r)
Returns annotations.
|
Protected Method Summary | |
---|---|
protected static Cache |
getCache
()
|
Variable Summary | ||||
---|---|---|---|---|
static bool | $useReflection |
|
line 31 |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 44 __constructpublic AnnotationsParser __construct () Static class - cannot be instantiated.
|
||||||||||||
line 56 getAllpublic static array getAll ($r) Returns annotations.
|
||||||||||||
line 296 getCacheprotected static Cache getCache ()
|