ReflectionProperty::isPrivate

(PHP 5, PHP 7)

ReflectionProperty::isPrivateChecks if property is private

Descrierea

public ReflectionProperty::isPrivate ( ) : 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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top