ReflectionMethod
PHP Manual

ReflectionMethod::setAccessible

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

ReflectionMethod::setAccessibleSet method accessibility

Opis

public void ReflectionMethod::setAccessible ( bool $accessible )

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

Parametry

accessible

TRUE to allow accessibility, or FALSE.

Zwracane wartości

Nie jest zwracana żadna wartość.

Zobacz też:


ReflectionMethod
PHP Manual