Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync oop5 with EN #2076

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion language/oop5/lazy-objects.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 49f60a82ba4639028981933193ebfa1afa644271 Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: 617cc59b5902de0cadd32883b72b113bf62cf1b6 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<sect1 xml:id="language.oop5.lazy-objects" xmlns="http://docbook.org/ns/docbook">
<title>Objets paresseux</title>
Expand Down Expand Up @@ -27,6 +27,13 @@
différentes.
</simpara>

<note>
<title>Information de version</title>
<simpara>
Les objets paresseux ont été introduits en PHP 8.4.
</simpara>
</note>

<sect2 xml:id="language.oop5.lazy-objects.creation">
<title>Création d'objets paresseux</title>

Expand Down
10 changes: 9 additions & 1 deletion language/oop5/property-hooks.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 8c80c20688aa99cbd919f45595d4c689ff2337b9 Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: 617cc59b5902de0cadd32883b72b113bf62cf1b6 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<sect1 xml:id="language.oop5.property-hooks" xmlns="http://docbook.org/ns/docbook">
<title>Hooks de propriété</title>
Expand Down Expand Up @@ -44,6 +44,14 @@
en plus de modifier son comportement, utilisez
<link linkend="language.oop5.visibility-members-aviz">la visibilité asymétrique de propriété</link>.
</simpara>

<note>
<title>Information de version</title>
<simpara>
Les hooks de propriété ont été introduits en PHP 8.4.
</simpara>
</note>

<sect2>
<title>Syntaxe de base des hooks</title>
<simpara>
Expand Down