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
  • PHP

Classes

Interfaces

Exceptions

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

Class ReflectionProperty

ReflectionProperty implements Reflector

Direct known subclasses

PropertyReflection
PHP Extension: Reflection
Documented at php.net
Methods summary
public static
# export( $class, $name, $return )

Implementation of

Reflector::export()
public
# __construct( $class, $name )
public
# __toString( )

Implementation of

Reflector::__toString()
public
# getName( )
public
# getValue( $object )
public
# setValue( $object, $value )
public
# isPublic( )
public
# isPrivate( )
public
# isProtected( )
public
# isStatic( )
public
# isDefault( )
public
# getModifiers( )
public
# getDeclaringClass( )
public
# getDocComment( )
public
# setAccessible( $visible )
Constants summary
integer IS_STATIC 1
#
integer IS_PUBLIC 256
#
integer IS_PROTECTED 512
#
integer IS_PRIVATE 1024
#
Properties summary
public string $name ''
#
public string $class ''
#
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0