Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • Annotation
  • AnnotationsParser
  • ClassReflection
  • ExtensionReflection
  • FunctionReflection
  • MethodReflection
  • ParameterReflection
  • PropertyReflection

Interfaces

  • IAnnotation
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class AnnotationsParser

Annotations support for PHP.

Final
Namespace: Nette\Reflection
Author: David Grudl
Annotation
Located at Reflection/AnnotationsParser.php
Methods summary
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

Returns

array
protected static Nette\Caching\Cache
# getCache( )

Returns

Nette\Caching\Cache
Constants summary
string RE_STRING '\'(?:\\\\.|[^\'\\\\])*\'|"(?:\\\\.|[^"\\\\])*"'
#
string RE_IDENTIFIER '[_a-zA-Z\x7F-\xFF][_a-zA-Z0-9\x7F-\xFF]*'
#
Properties summary
public static boolean $useReflection
#
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0