com doc/fr: Apply commit 8e7cce7b98ed33cda72ce0a77b1368ab396f6e09: language/oop5/static.xml
[email protected] (George Peter Banyard) Wed, 17 Mar 2021 14:53:37 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 8f1cff88f2e72e566336224f758d9b2445e58d32 Author: George Peter Banyard <[email protected]> Wed, 17 Mar 2021 14:53:37 +0000 Parents: 66e0862a746f3061a65475c0d2b9ae485dbf34a1 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=8f1cff88f2e72e566336224f758d9b2445e58d32 Log: Apply commit 8e7cce7b98ed33cda72ce0a77b1368ab396f6e09 fixed Static resolution operator (::) link, point to paamayim-nekudotayim page. Changed paths: M language/oop5/static.xml Diff: diff --git a/language/oop5/static.xml b/language/oop5/static.xml index ee6f602c01..c4b502ee63 100644 --- a/language/oop5/static.xml +++ b/language/oop5/static.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 9ee9eccf455188ab6eb352194eb6f9eb99e15606 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 8e7cce7b98ed33cda72ce0a77b1368ab396f6e09 Maintainer: yannick Status: ready --> <!-- Reviewed: no --> <sect1 xml:id="language.oop5.static" xmlns="http://docbook.org/ns/docbook"> <title>Statique</title> @@ -68,7 +68,7 @@ $classname::aStaticMethod(); <title>Propriétés statiques</title> <para> Les propriétés statiques sont accédées en utilisant l' - <link linkend="language.oop5.static">opérateur de résolution de portée</link> + <link linkend="language.oop5.paamayim-nekudotayim">opérateur de résolution de portée</link> (<literal>::</literal>) et ne peuvent pas être accédé à travers l'opérateur objet (<literal>-></literal>). </para>