ReflectionMethod
PHP Manual

ReflectionMethod::isProtected

(PHP 5, PHP 7)

ReflectionMethod::isProtectedChecks 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

Siehe auch


ReflectionMethod
PHP Manual