ReflectionProperty::isPrivateSet
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.4.0)
Checks if property is private for writing
Description
ReflectionProperty::isPrivateSet(): bool
Checks whether the property is private for writing.
Parameters Parameters
Return Values
true if the property is private(set), false otherwise.
See Also
ReflectionProperty::isPublicReflectionProperty::isProtectedReflectionProperty::isProtectedSetReflectionProperty::isPrivateReflectionProperty::isReadOnlyReflectionProperty::isStatic