ReflectionProperty::isPublic

(PHP 5)

ReflectionProperty::isPublicChecks if property is public

Beskrivelse

public bool ReflectionProperty::isPublic ( void )

Checks whether the property is public.

Parametre

This function has no parameters.

Returnerings Værdier

TRUE if the property is public, FALSE otherwise.

Se også

add a note add a note

User Contributed Notes

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