ReflectionProperty::isPrivate

(PHP 5)

ReflectionProperty::isPrivateChecks if property is private

Beskrivelse

public bool ReflectionProperty::isPrivate ( void )

Checks whether the property is private.

Parametre

This function has no parameters.

Returnerings Værdier

TRUE if the property is private, FALSE otherwise.

Se også

add a note add a note

User Contributed Notes

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