ReflectionMethod::isProtected
(PHP 5)
ReflectionMethod::isProtected — Checks if method is protected
Descripción
public bool ReflectionMethod::isProtected
( void
)
Checks if the method is protected.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
TRUE if the method is protected, otherwise FALSE
There are no user contributed notes for this page.
