ReflectionProperty::isPrivate

(PHP 5, PHP 7)

ReflectionProperty::isPrivateChecks if property is private

Beschreibung

public ReflectionProperty::isPrivate ( void ) : bool

Checks whether the property is private.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

TRUE if the property is private, FALSE otherwise.

Siehe auch