mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
74a0775361
commit
8c3f2d80c0
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue