ReflectionMethod::isPrivate
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isPrivate — Checks if method is private
Beschreibung
public ReflectionMethod::isPrivate():
bool
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
true
if the method is private, otherwise false