ReflectionProperty
PHP Manual

ReflectionProperty::isPublic

(PHP 5)

ReflectionProperty::isPublicChecks if property is public

Opis

public bool ReflectionProperty::isPublic ( void )

Checks whether the property is public.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the property is public, FALSE otherwise.

Zobacz też:


ReflectionProperty
PHP Manual