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