mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
#64847 correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c20e7b4b6
commit
60316598b1
1 changed files with 1 additions and 3 deletions
|
@ -358,9 +358,7 @@ class MyHelloWorld {
|
|||
<sect2 xml:id="language.oop5.traits.static">
|
||||
<title>Static Trait Members</title>
|
||||
<para>
|
||||
Static variables can be referred to in trait methods, but cannot be
|
||||
defined by the trait. Traits can, however, define static methods for
|
||||
the exhibiting class.
|
||||
Traits can define both static members and static methods.
|
||||
</para>
|
||||
<example xml:id="language.oop5.traits.static.ex1">
|
||||
<title>Static Variables</title>
|
||||
|
|
Loading…
Reference in a new issue