ReflectionProperty
PHP Manual

ReflectionProperty::isProtected

(PHP 5)

ReflectionProperty::isProtectedChecks if property is protected

Описание

public bool ReflectionProperty::isProtected ( void )

Checks whether the property is protected.

Параметри

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

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

TRUE if the property is protected, FALSE otherwise.

Вж. също


ReflectionProperty
PHP Manual