Packages

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

Classes

  • ArrayIterator
  • CachingIterator
  • Closure
  • DateTime
  • FilterIterator
  • IteratorIterator
  • PDO
  • PDOStatement
  • RecursiveArrayIterator
  • ReflectionClass
  • ReflectionExtension
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • ReflectionParameter
  • ReflectionProperty
  • SplObjectStorage
  • stdClass

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • RecursiveIterator
  • Reflector
  • SeekableIterator
  • Serializable
  • Traversable

Exceptions

  • ErrorException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfRangeException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree

Class ReflectionProperty

ReflectionProperty implements Reflector

Direct known subclasses

PropertyReflection
PHP Extension: Reflection
Documented at php.net
Methods summary
public static
# export( $class, $name, $return )
public
# __construct( $class, $name )
public
# __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.0beta1 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0