Werbung
ReflectionMethod::setAccessible
()
ReflectionMethod::setAccessible — Set method accessibility
Beschreibung
public void ReflectionMethod::setAccessible
( bool $accessible
)
Sets a method to be accessible. For example, it may allow protected and private methods to be invoked.
Parameter-Liste
- accessible
-
TRUE to allow accessibility, or FALSE.
Rückgabewerte
Es wird kein Wert zurückgegeben.
Siehe auch
- ReflectionMethod::isPrivate - Checks if method is private
- ReflectionMethod::isProtected - Checks if method is protected