Class AnnotationsParser (namespace Nette\Reflection)


Annotations support for PHP.


Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /Reflection/AnnotationsParser.php (line 22)
Public Method Summary
AnnotationsParser
Static class - cannot be instantiated.
static array
getAll ($r)
Returns annotations.
Protected Method Summary
protected static Cache
Variable Summary
static bool $useReflection

line 31


Method Details

line 44

__construct

public AnnotationsParser __construct ()

Static class - cannot be instantiated.

Output
AnnotationsParser  

line 56

getAll

public static array getAll ($r)

Returns annotations.

Input
$r
Output
array  

line 296

getCache

protected static Cache getCache ()

Output
Cache