We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e08f60 commit 617cc59Copy full SHA for 617cc59
language/oop5/lazy-objects.xml
@@ -26,6 +26,13 @@
26
identities.
27
</simpara>
28
29
+ <note>
30
+ <title>Version Information</title>
31
+ <simpara>
32
+ Lazy objects were introduced in PHP 8.4.
33
+ </simpara>
34
+ </note>
35
+
36
<sect2 xml:id="language.oop5.lazy-objects.creation">
37
<title>Creating Lazy Objects</title>
38
language/oop5/property-hooks.xml
@@ -43,6 +43,14 @@
43
operation in addition to altering its behavior, use
44
<link linkend="language.oop5.visibility-members-aviz">asymmetric property visibility</link>.
45
46
47
48
49
50
+ Property hooks were introduced in PHP 8.4.
51
52
53
54
<sect2>
55
<title>Basic Hook Syntax</title>
56
<simpara>
0 commit comments