A more sensible name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167011 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Aidan Lister 2004-08-22 15:24:45 +00:00
parent 74a0775361
commit 8c3f2d80c0

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<sect1 id="language.oop5.paamayim-nekudotayim">
<title>::</title>
<title>Scope Resolution Operator</title>
<para>
The Paamayim Nekudotayim, or in simpler terms, the double colon.
This token provides a way to access <link
linkend="language.oop5.static">static</link>, <link
linkend="language.oop5.constants">constant</link> or overridden members
The Scope Resolution Operator (also called Paamayim Nekudotayim) or in
simpler terms, the double colon. This token provides a way to access
<link linkend="language.oop5.static">static</link>,
<link linkend="language.oop5.constants">constant</link> or overridden members
or methods of a class.
</para>