Namespaces

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

Classes

  • Annotation
  • AnnotationsParser
  • ClassType
  • Extension
  • GlobalFunction
  • Method
  • Parameter
  • Property

Interfaces

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

Class Property

Reports information about a classes variable.

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

Overrides

ReflectionProperty::__toString()
public Nette\Reflection\ClassType
# getDeclaringClass( )

Returns

Nette\Reflection\ClassType

Overrides

ReflectionProperty::getDeclaringClass()
public boolean
# hasAnnotation( string $name )

Has property specified annotation?

Has property specified annotation?

Parameters

$name
string

Returns

boolean
public Nette\Reflection\IAnnotation
# getAnnotation( string $name )

Returns an annotation value.

Returns an annotation value.

Parameters

$name
string

Returns

Nette\Reflection\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 static
# getReflection( )

Deprecated

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 Nette\Reflection\ClassType $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 2.1 API documentation generated by ApiGen 2.8.0