Class Property
Reports information about a classes variable.
-
ReflectionProperty
implements
Reflector
-
Nette\Reflection\Property
Methods summary
public
|
|
public
Nette\Reflection\ClassType
|
|
public
boolean
|
#
hasAnnotation( string $name )
Has property specified annotation?
Has property specified annotation?
Parameters
Returns
boolean bool
|
public
Nette\Reflection\IAnnotation
|
#
getAnnotation( string $name )
Returns an annotation value.
Returns an annotation value.
Parameters
Returns
|
public
IAnnotation[][]
|
#
getAnnotations( )
Returns all annotations.
Returns
IAnnotation[][] IAnnotation[][]
|
public
string
|
#
getDescription( )
Returns value of annotation 'description'.
Returns value of annotation 'description'.
Returns
string string
|
public
|
|
public
&
|
|
public
|
|
public
|
|
public
|
|
Methods inherited from ReflectionProperty
__construct(),
export(),
getDocComment(),
getModifiers(),
getName(),
getValue(),
isDefault(),
isPrivate(),
isProtected(),
isPublic(),
isStatic(),
setAccessible(),
setValue()
|