mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333195 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c7590bf936
commit
3d6f4f815e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class ezcReflectionFunction extends ReflectionFunction {
|
|||
<para>
|
||||
An inherited member from a base class is overridden by a member inserted
|
||||
by a Trait. The precedence order is that members from the current class
|
||||
override Trait methods, which in return override inherited methods.
|
||||
override Trait methods, which in turn override inherited methods.
|
||||
</para>
|
||||
<example xml:id="language.oop5.traits.precedence.examples.ex1">
|
||||
<title>Precedence Order Example</title>
|
||||
|
|
Loading…
Reference in a new issue