ReflectionProperty
PHP Manual

ReflectionProperty::setAccessible

(PHP 5 >= 5.3.0)

ReflectionProperty::setAccessibleSet property accessibility

Descripción

public void ReflectionProperty::setAccessible ( bool $accessible )

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

Parámetros

accessible

TRUE to allow accessibility, or FALSE.

Valores devueltos

No se devuelve ningún valor.

Ver también


ReflectionProperty
PHP Manual