There was an error while loading. Please reload this page.
1 parent 0bcc16b commit 96e018bCopy full SHA for 96e018b
components/class_loader/class_loader.rst
@@ -31,7 +31,7 @@ is straightforward::
31
$loader = new ClassLoader();
32
33
// to enable searching the include path (eg. for PEAR packages)
34
- $loader->useIncludePath(true);
+ $loader->setUseIncludePath(true);
35
36
// ... register namespaces and prefixes here - see below
37
0 commit comments