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 NPropertyReflection

Reports information about a classes variable.

ReflectionProperty implements Reflector
Extended by NPropertyReflection
Package: Nette\Reflection
Author: David Grudl
Located at Reflection/PropertyReflection.php
Methods summary
public
# __toString( )
public NClassReflection
# getDeclaringClass( )

Returns

NClassReflection
public boolean
# hasAnnotation( string $name )

Has property specified annotation?

Has property specified annotation?

Parameters

$name
string

Returns

boolean
public IAnnotation
# getAnnotation( string $name )

Returns an annotation value.

Returns an annotation value.

Parameters

$name
string

Returns

IAnnotation
public array
# getAnnotations( )

Returns all annotations.

Returns all annotations.

Returns

array
public NClassReflection
# getReflection( )

Returns

NClassReflection
public
# __call( $name, $args )
public &
# __get( $name )
public
# __set( $name, $value )
public
# __isset( $name )
public
# __unset( $name )
Methods inherited from ReflectionProperty
__construct(), export(), getDocComment(), getModifiers(), getName(), getValue(), isDefault(), isPrivate(), isProtected(), isPublic(), isStatic(), setAccessible(), setValue()
Constants inherited from ReflectionProperty
IS_PRIVATE, IS_PROTECTED, IS_PUBLIC, IS_STATIC
Properties inherited from ReflectionProperty
$class, $name
Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0