ReflectionMethod
PHP Manual

ReflectionMethod::setAccessible

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

ReflectionMethod::setAccessibleSet method accessibility

Description

public void ReflectionMethod::setAccessible ( bool $accessible )

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

Parameters

accessible

TRUE to allow accessibility, or FALSE.

Return Values

No value is returned.

See Also


ReflectionMethod
PHP Manual