git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2013-10-13 17:40:06 +00:00
parent 7c20e7b4b6
commit 60316598b1

View file

@ -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>