(PHP 5 >= 5.3.2, PHP 7)
Set method accessibility
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.
Returns:
No value is returned.