ReflectionProperty::isProtectedSet
PHP Manual
PHP Manual»ReflectionProperty»ReflectionProperty::isProtectedSet

ReflectionProperty::isProtectedSet

(PHP 8 >= 8.4.0)

ReflectionProperty::isProtectedSetChecks whether the property is protected for writing

Опис

public function ReflectionProperty::isProtectedSet(): bool

Checks whether the property is protected for writing.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

true if the property is protected(set), false otherwise.

Прогляньте також

To Top