mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
history was breaking the description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163821 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12c0d07419
commit
c8873df185
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<sect1 id="language.oop5.paamayim-nekudotayim">
|
||||
<title>::</title>
|
||||
|
||||
|
@ -11,6 +11,11 @@
|
|||
or methods of a class.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
When referencing these items from outside the class definition, you use
|
||||
name of the class.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Paamayim Nekudotayim would, at first, seem a strange choice for a
|
||||
double-colon. However, at the time of writing of Zend Engine 0.5
|
||||
|
@ -19,11 +24,6 @@
|
|||
with its development it has just never changed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
When referencing these items from outside the class definition, you use
|
||||
name of the class.
|
||||
</para>
|
||||
|
||||
<example>
|
||||
<title>:: from outside class definition</title>
|
||||
<programlisting role="php">
|
||||
|
|
Loading…
Reference in a new issue