suche nach in der

ReflectionProperty::setValue> <ReflectionProperty::isStatic
Last updated: Fri, 25 May 2012

view this page in

ReflectionProperty::setAccessible

(PHP 5 >= 5.3.0)

ReflectionProperty::setAccessibleSet property accessibility

Beschreibung

public void ReflectionProperty::setAccessible ( bool $accessible )

Sets a property to be accessible. For example, it may allow protected and private properties to be accessed.

Parameter-Liste

accessible

TRUE to allow accessibility, or FALSE.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch



add a note add a note User Contributed Notes
ReflectionProperty::setAccessible
There are no user contributed notes for this page.