Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationLatte
      • ApplicationTracy
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsLatte
      • Framework
      • HttpTracy
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • none
  • PHP
  • Tracy

Classes

Interfaces

Exceptions

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

Class ReflectionProperty

ReflectionProperty implements Reflector

Direct known subclasses

Nette\Reflection\Property
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 2.2 API documentation generated by ApiGen 2.8.0