svn: /phpdoc/de/trunk/language/oop5/ traits.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Tue, 29 Dec 2020 16:09:10 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352276

Log:
Fix example

Changed paths:
    U   phpdoc/de/trunk/language/oop5/traits.xml

Modified: phpdoc/de/trunk/language/oop5/traits.xml
===================================================================
--- phpdoc/de/trunk/language/oop5/traits.xml	2020-12-29 16:03:09 UTC (rev 352275)
+++ phpdoc/de/trunk/language/oop5/traits.xml	2020-12-29 16:09:10 UTC (rev 352276)
@@ -278,7 +278,7 @@
 // Alias der Methode mit geänderter Sichtbarkeit
 // Die Sichtbarkeit von sayHello bleibt unverändert
 class MyClass2 {
-    use HelloWorld { doHelloWorld as private sayHello; }
+    use HelloWorld { sayHello as private myPrivateHello; }
 }
 ?>
 ]]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.