ReflectionMethod::setAccessible

(PHP 5 >= 5.3.2, PHP 7)

ReflectionMethod::setAccessibleSet method accessibility

Description

public ReflectionMethod::setAccessible ( bool $accessible ) : void

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

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionmethod.setaccessible.php