Composer\Autoload
ClassLoader::getUseIncludePath()
Can be used to check if the autoloader uses the include path to check for classes.
Метод класса: ClassLoader{}
Хуков нет.
Возвращает
true|false
.
Использование
$ClassLoader = new ClassLoader(); $ClassLoader->getUseIncludePath();
Код ClassLoader::getUseIncludePath() ClassLoader::getUseIncludePath WPSCache 1.12.4
public function getUseIncludePath() { return $this->useIncludePath; }