php-doc-en/reference/reflection/reflectionproperty
Yoshinari Takaoka d73c3dcbd6
[PHP 8.1] Document readonly properties. (#1047)
* [PHP 8.1] Document readonly properties.

* added ReflectionProperty::isReadOnly method.

* Apply suggestions from code review

Co-authored-by: Sergey Panteleev <sergey@php.net>

* Update language/oop5/properties.xml

Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>

* Update language/oop5/properties.xml

Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>

* added link to readonly-properties docs.

Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
2021-11-27 13:00:13 -06:00
..
clone.xml
construct.xml Removed references to PHP 5, PHP 7.0 (#548) 2021-04-26 11:46:55 +03:00
export.xml replaced deprected warning with deprecated-removed one. 2021-05-02 14:18:03 +09:00
getattributes.xml Generate methodsynopses based on stubs for recent changes (#903) 2021-10-01 17:23:05 +02:00
getdeclaringclass.xml
getdefaultvalue.xml ReflectionProperty: fix a few references to wrong class name(s) 2021-07-02 13:38:11 +01:00
getdoccomment.xml Generate reflection methodsynopses based on stubs 2020-12-31 17:03:54 +01:00
getmodifiers.xml Fix #81065: Changes to Reflection modifiers not documented 2021-05-23 14:46:27 +02:00
getname.xml
gettype.xml Mark up nullable types as union types 2020-10-30 10:47:17 +00:00
getvalue.xml Generate reflection methodsynopses based on stubs 2020-12-31 17:03:54 +01:00
hasdefaultvalue.xml ReflectionProperty: fix a few references to wrong class name(s) 2021-07-02 13:38:11 +01:00
hastype.xml Fix #78936: Reflection methods for typed properties not documented 2019-12-09 15:22:24 +00:00
isdefault.xml ReflectionProperty: fix a few references to wrong class name(s) 2021-07-02 13:38:11 +01:00
isinitialized.xml Generate reflection methodsynopses based on stubs 2020-12-31 17:03:54 +01:00
isprivate.xml [PHP 8.1] Document readonly properties. (#1047) 2021-11-27 13:00:13 -06:00
ispromoted.xml Fix 81385: ReflectionProperty::isPromoted() is missing from documentation 2021-10-20 11:11:30 +02:00
isprotected.xml [PHP 8.1] Document readonly properties. (#1047) 2021-11-27 13:00:13 -06:00
ispublic.xml [PHP 8.1] Document readonly properties. (#1047) 2021-11-27 13:00:13 -06:00
isreadonly.xml [PHP 8.1] Document readonly properties. (#1047) 2021-11-27 13:00:13 -06:00
isstatic.xml [PHP 8.1] Document readonly properties. (#1047) 2021-11-27 13:00:13 -06:00
setaccessible.xml Reflection(Property|Method)::setAccessible() no longer has effect 2021-11-26 21:03:53 +01:00
setvalue.xml
tostring.xml