ReflectionMethod::isProtected
(PHP 5)
ReflectionMethod::isProtected — Checks if method is protected
Beschreibung
public bool ReflectionMethod::isProtected
( void
)
Checks if the method is protected.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
TRUE if the method is protected, otherwise FALSE