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 PropertyReflection

Reports information about a classes variable.

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

Returns

Nette\Reflection\ClassReflection
public boolean
# hasAnnotation( string $name )

Has property specified annotation?

Has property specified annotation?

Parameters

$name
string

Returns

boolean
public Nette\Reflection\IAnnotation
# getAnnotation( string $name )

Returns an annotation value.

Returns an annotation value.

Parameters

$name
string

Returns

Nette\Reflection\IAnnotation
public array
# getAnnotations( )

Returns all annotations.

Returns all annotations.

Returns

array
public static Nette\Reflection\ClassReflection
# getReflection( )

Returns

Nette\Reflection\ClassReflection
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 API documentation generated by ApiGen 2.3.0