ReflectionProperty::setAccessible

(PHP 5 >= 5.3.0, PHP 7)

ReflectionProperty::setAccessibleSet property accessibility

Beschreibung

public ReflectionProperty::setAccessible ( bool $accessible ) : void

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