Created
March 31, 2012 08:22
-
-
Save yohgaki/2260846 to your computer and use it in GitHub Desktop.
is_subclass_of() document fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: is-subclass-of.xml | |
=================================================================== | |
--- is-subclass-of.xml (リビジョン 324628) | |
+++ is-subclass-of.xml (作業コピー) | |
@@ -42,7 +42,8 @@ | |
<term><parameter>allow_string</parameter></term> | |
<listitem> | |
<para> | |
- Whether to call autoloader if the class doesn't exist. | |
+ If this parameter set to false, string class name as <parameter>object</parameter> | |
+ is not allowed. This also prevents from calling autoloader if the class doesn't exist. | |
</para> | |
</listitem> | |
</varlistentry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment