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