ReflectionProperty
PHP Manual

ReflectionProperty::isPrivate

(PHP 5, PHP 7)

ReflectionProperty::isPrivateChecks if property is private

Descrierea

public bool ReflectionProperty::isPrivate ( void )

Checks whether the property is private.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the property is private, FALSE otherwise.

A se vedea și


ReflectionProperty
PHP Manual