ReflectionProperty
PHP Manual

ReflectionProperty::isPublic

(PHP 5)

ReflectionProperty::isPublicChecks if property is public

Descrierea

public bool ReflectionProperty::isPublic ( void )

Checks whether the property is public.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the property is public, FALSE otherwise.

Vedeți de asemenea


ReflectionProperty
PHP Manual