- 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:
Gustavo André dos Santos Lopes 2010-09-19 07:03:08 +00:00
parent b579b724d1
commit 0c878e752f

View file

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