Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationDI
      • ApplicationLatte
      • ApplicationTracy
      • CacheDI
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsDI
      • FormsLatte
      • Framework
      • HttpDI
      • HttpTracy
      • MailDI
      • ReflectionDI
      • SecurityDI
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Conventions
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Utils
  • none
  • Tracy
    • Bridges
      • Nette

Classes

  • Annotation
  • AnnotationsParser
  • ClassType
  • Extension
  • GlobalFunction
  • Helpers
  • 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
Located at Reflection/Property.php
Methods summary
public
# __toString( )

Overrides

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

Returns

Nette\Reflection\ClassType
ClassType

Overrides

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

Has property specified annotation?

Has property specified annotation?

Parameters

$name

Returns

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

Returns an annotation value.

Returns an annotation value.

Parameters

$name

Returns

Nette\Reflection\IAnnotation
IAnnotation
public IAnnotation[][]
# getAnnotations( )

Returns all annotations.

Returns all annotations.

Returns

IAnnotation[][]
IAnnotation[][]
public string
# getDescription( )

Returns value of annotation 'description'.

Returns value of annotation 'description'.

Returns

string
string
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.3-20161221 API API documentation generated by ApiGen 2.8.0