internal Reflection
Class ReflectionProperty
- ReflectionProperty implements Reflector
Direct Known Subclasses
Nette\Reflection\PropertyReflection
Documented at php.net
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
)
|