Packages

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

Classes

  • NAnnotation
  • NAnnotationsParser
  • NClassReflection
  • NExtensionReflection
  • NFunctionReflection
  • NMethodReflection
  • NParameterReflection
  • NPropertyReflection

Interfaces

  • IAnnotation
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Class NAnnotationsParser

Annotations support for PHP.

Final
Package: 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 NCache
# getCache( )

Returns

NCache
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 (for PHP 5.2) API documentation generated by ApiGen 2.3.0