Property | Type | Description | |
---|---|---|---|
$autoRefresh | boolean | ||
$inherited | array | ||
$useReflection | boolean |
Method | Description | |
---|---|---|
expandClassName ( $name, ReflectionClass $reflector ) : string | Expands class name into FQN. | |
getAll ( Reflector $r ) : array | Returns annotations. | |
getCacheStorage ( ) : Nette\Caching\IStorage | ||
parsePhp ( $code ) : array | Parses PHP file. | |
setCacheStorage ( Nette\Caching\IStorage $storage ) : void |
Method | Description | |
---|---|---|
fetch ( &$tokens, $take ) | ||
getCache ( ) : |
||
parseComment ( $comment ) : array | Parses phpDoc comment. |
public static expandClassName ( $name, ReflectionClass $reflector ) : string | ||
$reflector | ReflectionClass | |
return | string | fully qualified class name |
public static getCacheStorage ( ) : Nette\Caching\IStorage | ||
return | Nette\Caching\IStorage |
public static setCacheStorage ( Nette\Caching\IStorage $storage ) : void | ||
$storage | Nette\Caching\IStorage | |
return | void |