ReflectionMethod
PHP Manual

ReflectionMethod::setAccessible

(No version information available, might only be in SVN)

ReflectionMethod::setAccessibleSet 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

TRUE to allow accessibility, or FALSE.

Valor Retornado

Não há valor retornado.

Veja Também


ReflectionMethod
PHP Manual