ReflectionProperty
PHP Manual

ReflectionProperty::isPrivate

(PHP 5)

ReflectionProperty::isPrivateChecks if property is private

Descrizione

public bool ReflectionProperty::isPrivate ( void )

Checks whether the property is private.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if the property is private, FALSE otherwise.

Vedere anche:


ReflectionProperty
PHP Manual