A void-returning getter isn't terribly useful

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167629 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-08-30 11:39:24 +00:00
parent ca6990fc4b
commit ec08e8b496

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<sect1 id="language.oop5.overloading">
<title>Overloading</title>
@ -19,7 +19,7 @@
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
<type>void</type><methodname>__get</methodname>
<type>mixed</type><methodname>__get</methodname>
<methodparam><type>mixed</type><parameter>name</parameter></methodparam>
</methodsynopsis>