Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • ArrayIterator
  • ArrayObject
  • CachingIterator
  • DateTime
  • FilterIterator
  • IteratorIterator
  • 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
  • RuntimeException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class ReflectionProperty

ReflectionProperty implements Reflector

Direct known subclasses

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