ReflectionProperty
PHP Manual

ReflectionProperty::isPublic

(PHP 5)

ReflectionProperty::isPublicChecks if property is public

Описание

public bool ReflectionProperty::isPublic ( void )

Checks whether the property is public.

Параметри

Тази функция няма параметри.

Връщани стойности

TRUE if the property is public, FALSE otherwise.

Вж. също


ReflectionProperty
PHP Manual