mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added link from language.oop to ref.classobj.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76228 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c99cdac0dd
commit
b816ee5d0b
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<chapter id="language.oop">
|
||||
<title>Classes and Objects</title>
|
||||
|
||||
|
@ -190,6 +190,14 @@ $cart->$myvar = array("10" => 1);
|
|||
array' or 'add $num to the $artnr counter of the items array
|
||||
within the current object'.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
There are some nice functions to handle classes and objects. You might want
|
||||
to take a look at the <link linkend="ref.classobj">Class/Object
|
||||
Functions</link>
|
||||
</para>
|
||||
</note>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="keyword.extends">
|
||||
|
|
Loading…
Reference in a new issue