ReflectionProperty::isProtected
(PHP 5, PHP 7, PHP 8)
ReflectionProperty::isProtected — Checks if property is protected
Опис
public ReflectionProperty::isProtected():
bool
Параметри
У цієї функції немає
параметрів.
Значення, що повертаються
true
if the property is protected, false
otherwise.