mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed __autoload() on list of magic methods (#43320)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246484 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b992715fb1
commit
3b2698f5f0
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<sect1 xml:id="language.oop5.magic" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Magic Methods</title>
|
||||
<para>
|
||||
|
@ -16,9 +16,8 @@
|
|||
<literal>__sleep</literal>,
|
||||
<literal>__wakeup</literal>,
|
||||
<literal>__toString</literal>,
|
||||
<literal>__set_state</literal>,
|
||||
<link linkend="language.oop5.cloning">__clone</link> and
|
||||
<link linkend="language.oop5.autoload">__autoload</link>
|
||||
<literal>__set_state</literal> and
|
||||
<link linkend="language.oop5.cloning">__clone</link>
|
||||
are magical in PHP classes. You
|
||||
cannot have functions with these names in any of your
|
||||
classes unless you want the magic functionality associated
|
||||
|
|
Loading…
Reference in a new issue