ReflectionProperty
PHP Manual

ReflectionProperty::isPrivate

(PHP 5)

ReflectionProperty::isPrivateChecks if property is private

Descripción

public bool ReflectionProperty::isPrivate ( void )

Checks whether the property is private.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

TRUE if the property is private, FALSE otherwise.

Ver también


ReflectionProperty
PHP Manual