You appear to be a bot. Output may be restricted
Description
Turns on searching the include path for class files.
Usage
$void = ClassLoader::setUseIncludePath( $useIncludePath );
Parameters
- $useIncludePath
- ( bool ) required –
Returns
void
Source
File name: jetpack/vendor/composer/ClassLoader.php
Lines:
1 to 4 of 4
public function setUseIncludePath($useIncludePath) { $this->useIncludePath = $useIncludePath; }