1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

4 Commits

Author SHA1 Message Date
Mikhail Alferov
79c0572a57 ReflectionProperty Fix typo, CS nits (#4481)
* getrawvalue.xml Fix typo, and add a newlines for more readable output

* getsettabletype.xml Cs nits

* hashook.xml Remove the extra dot
2025-02-22 19:29:43 +00:00
ADmad
49ef347a18 Change print to echo 2025-02-22 14:34:36 +00:00
ADmad
a16ad380e5 Add output for examples of ReflectionProperty methods. 2025-02-22 14:34:36 +00:00
Larry Garfield
e0e74c05cb Hooks reflection (#4110)
* Add reflection stubs for property hooks

* Document getHook().

* Document hasHook()

* Document getSettableType()

* Document getHooks()

* Document hasHooks()

* Document isFinal()

* Document isPrivateSet() and isProtectedSet()

* Document setRawValue()

* Document getRawValue()

* Document isVirtual()

* Document PropertyHookType.

* Document isAbstract()

---------

Co-authored-by: Gina Peter Banyard <girgias@php.net>
2025-02-21 19:16:44 +00:00