ReflectionMethod::setAccessible
(PHP 5 >= 5.3.2)
ReflectionMethod::setAccessible — Set method accessibility
Descrição
public void ReflectionMethod::setAccessible
( bool
$accessible
)Sets a method to be accessible. For example, it may allow protected and private methods to be invoked.
Parâmetros
-
accessible -
TRUEto allow accessibility, orFALSE.
Valor Retornado
Não há valor retornado.
Veja Também
- ReflectionMethod::isPrivate() - Checks if method is private
- ReflectionMethod::isProtected() - Checks if method is protected