ReflectionMethod
PHP Manual

ReflectionMethod::setAccessible

(PHP 5 >= 5.3.2)

ReflectionMethod::setAccessibleSet method accessibility

Descrizione

public void ReflectionMethod::setAccessible ( bool $accessible )

Sets a method to be accessible. For example, it may allow protected and private methods to be invoked.

Elenco dei parametri

accessible

TRUE to allow accessibility, or FALSE.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:


ReflectionMethod
PHP Manual