(PHP 8 >= 8.4.0)
ReflectionProperty::isPrivateSet — Checcs if property is private for writing
Checcs whether the property is private for writing.
This function has no parameters.
true if the property is private(set) , false otherwise.
true
private(set)
false