mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
layout
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75421 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
79b47732fc
commit
49a9d19bf4
1 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<reference id="ref.overload">
|
||||
<title>Object property and method call overloading</title>
|
||||
<titleabbrev>Object overloading</titleabbrev>
|
||||
|
@ -101,9 +101,7 @@ var_dump($o->a[0]->prop);
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>overload</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>
|
||||
class_name
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>overload</function> function will enable
|
||||
|
@ -136,4 +134,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
|||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue