ReflectionProperty
PHP Manual

ReflectionProperty::isPrivate

(PHP 5)

ReflectionProperty::isPrivateChecks if property is private

説明

public bool ReflectionProperty::isPrivate ( void )

Checks whether the property is private.

パラメータ

この関数にはパラメータはありません。

返り値

TRUE if the property is private, FALSE otherwise.

参考


ReflectionProperty
PHP Manual