ReflectionProperty::isPrivate

(PHP 5, PHP 7)

ReflectionProperty::isPrivateChecks if property is private

Descrierea

public ReflectionProperty::isPrivate ( void ) : bool

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