ReflectionProperty::setAccessible
(PHP 5 >= 5.3.0)
ReflectionProperty::setAccessible — Set property accessibility
Descrição
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 -
TRUEto allow accessibility, orFALSE.
Valor Retornado
Não há valor retornado.
Veja Também
- ReflectionProperty::isPrivate() - Checks if property is private
- ReflectionProperty::isProtected() - Checks if property is protected