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