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