Class NPropertyReflection
Reports information about a classes variable.
- ReflectionProperty implements Reflector
-
NPropertyReflection
public
|
#
__toString(
)
|
public
NClassReflection
|
#
getDeclaringClass(
)
|
public
bool
|
#
hasAnnotation(
string
$name
)
Has property specified annotation? Has property specified annotation? Parameters$name string |
public
IAnnotation
|
#
getAnnotation(
string
$name
)
Returns an annotation value. Returns an annotation value. Parameters$name string |
public
array
|
#
getAnnotations(
)
Returns all annotations. Returns all annotations. |
public
NClassReflection
|
#
getReflection(
)
|
public
|
#
__call(
$name,
$args
)
|
public
&
|
#
__get(
$name
)
|
public
|
#
__set(
$name,
$value
)
|
public
|
#
__isset(
$name
)
|
public
|
#
__unset(
$name
)
|
Methods Inherited From ReflectionProperty
export(), __construct(), __toString(), getName(), getValue(), setValue(), isPublic(), isPrivate(), isProtected(), isStatic(), isDefault(), getModifiers(), getDeclaringClass(), getDocComment(), setAccessible()
Constants Inherited From ReflectionProperty
IS_STATIC, IS_PUBLIC, IS_PROTECTED, IS_PRIVATE
Properties Inherited From ReflectionProperty
$name, $class