Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

Interfaces

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class PropertyReflection

Reports information about a classes variable.

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

Overrides

ReflectionProperty::__toString()
public ClassReflection
# getDeclaringClass( )

Returns

ClassReflection

Overrides

ReflectionProperty::getDeclaringClass()
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 IAnnotation[][]
# getAnnotations( )

Returns all annotations.

Returns all annotations.

Returns

IAnnotation[][]
public string
# getDescription( )

Returns value of annotation 'description'.

Returns value of annotation 'description'.

Returns

string
public ClassReflection
# getReflection( )

Returns

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
Magic properties summary
public mixed $value
#
public read-only ClassReflection $declaringClass
#
public read-only string $description
#
public read-only string $name
#
public read-only boolean $public
#
public read-only boolean $private
#
public read-only boolean $protected
#
public read-only boolean $static
#
public read-only boolean $default
#
public read-only integer $modifiers
#
public read-only string $docComment
#
public write-only boolean $accessible
#
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0