ReflectionProperty::__toString
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
To string
Description
ReflectionProperty::__toString(): string
Returns the string representation of the property.
Parameters Parameters
Return Values
A string representation of this ReflectionProperty instance.
Changelog
| Version | Description |
|---|---|
| 8.4.0 | The attached doc comment is now included. |