ReflectionMethod
PHP Manual

ReflectionMethod::isPrivate

(PHP 5)

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

Ver también


ReflectionMethod
PHP Manual