ReflectionMethod::isPrivate
(PHP 5)
ReflectionMethod::isPrivate — Checks if method is private
Descripción
public bool ReflectionMethod::isPrivate
( void
)
Checks if the method is private.
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
TRUE if the method is private, otherwise FALSE
There are no user contributed notes for this page.
