mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Changelog for __get() updated.
-- Provided by anonymous 28438 (hanskrentel@yahoo.de) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332595 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7e8654541a
commit
7850a1abc6
1 changed files with 8 additions and 1 deletions
|
@ -65,7 +65,14 @@
|
|||
<row>
|
||||
<entry>5.1.0</entry>
|
||||
<entry>
|
||||
Added <link linkend="object.isset">__isset()</link> and <link linkend="object.unset">__unset()</link>.
|
||||
Added <link linkend="object.isset">__isset()</link> and <link linkend="object.unset">__unset()</link>.
|
||||
Added support for <link linkend="object.get">__get()</link> for overloading of private properties.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
Added <link linkend="object.get">__get()</link>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue