(PHP 5 >= 5.3.2, PHP 7)
ReflectionMethod::setAccessible — Set method accessibility
public ReflectionMethod::setAccessible ( bool $accessible ) : void
Sets a method to be accessible. For example, it may allow protected and private methods to be invoked.
accessible
true
to allow accessibility, or false
.
No value is returned.
© 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