mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Missed a "a" in previous commit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303546 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b579b724d1
commit
0c878e752f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
class explicitly named (usually the one on the left of the
|
||||
<link linkend="language.oop5.paamayim-nekudotayim"><literal>::</literal></link>
|
||||
operator); in case of non static method calls, it is the class of the object. A
|
||||
"forwarding call" is static one that is introduced by <literal>self::</literal>,
|
||||
"forwarding call" is a static one that is introduced by <literal>self::</literal>,
|
||||
<literal>parent::</literal>, <literal>static::</literal>, or, if going
|
||||
up in the class hierarchy, <function>forward_static_call</function>.
|
||||
<!-- technically, static:: may be non forwarding, but it's irrelevant -->
|
||||
|
|
Loading…
Reference in a new issue